Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Create new Data Source with my protocol (Modbus Modified)
-
Hi people! I'm Andrés from Venezuela
I need create a new Mango's Data Source (I'm Java programmer) to work with my protocol (Modbus TCP Modified).
The diference between Modbus and my protocol is:
Modbus TCP Master creates the TCP connection, but my protocol the master listen in XXX port and the slave creates the TCP conection.
which files should be modified?
Thanks!
-
Mango uses the Modbus4J implementation of Modbus. You should look there to start.