What communication protocols do you use?
-
Hi Prodyut,
Thanks for the suggestion. Sadly it may be some time before we get to this due to (paying) project work that is keeping us very busy. Of course, Mango is open source software, and so we encourage those with a development yen to feel free and implement new stuff. :D
-
Hi
1 wire. & Tcp/ip
-
Hi Keith,
Thanks for the information. We in fact have code about 75% complete to implement 1-wire, but due to other (paying) project work, have not had time to complete the implementation. Watch the site for updates!
-
Do you support xml/SOAP?
-
Do you mean web services? Currently no, not formally. But in which direction would you want support:
- having Mango read data from a web service
- having Mango post data to a web service
- the ability to get data via a Mango web service
- the ability to post data to a Mango web service
An existing protocol that is similar to 4) is the "HTTP receiver" data source, which listens for HTTP connections (GET or POST) and can parse the parameters into point values.
-
Primarily read data from a web service but posting would also be nice!!
-
Hi. You're right about OPC but in Industry there are many closed or commercial solutions. With OPC we can use many protocols with the same OPC server ( Modbus, Profibus, Device Net, MPI, PPI, Unitelway, Control Net, .....).
There is a project in this page:
http://openscada.org
The project is called Utgard, and it's a pure Java OPC client, and the better thing, it's Open Source.Best regards.
-
+1 Allen Bradley
-
@Prodyut Bora said:
Clipsal (http://www.clipsal.com), a division of Schneider Electric, is into building automation. They have developed an "open standard" protocol called C-Bus (http://www.cbus-enabled.com/default.html).
Why don't you consider adding C-Bus to your list of protocols?
Regards
Prodyut
Unfortunately the C-Bus protocol is not an open standard. It is however available to C-Bus Enabled partners. There is a subset of the protocol available as a 'public' document but it is restricted in its features.
There is a C-Bus to xAP protocol convertor and xAP is very much an open standard - and appears in the survey above. One of the benefits of xAP is that it is very simple yet powerful and its also easy to convert other protocols into xAP and hence integrate them into different applications. Most of the leading HA applications now have xAP plugins.
-
Hi
I use :
Modbus RS232
Modbus TCP/IP
Bacnet IP
Bacnet LON
SQL Sybase SQL AnywhereBR
-
Dusan, you're in luck. Mango supports them all. (Ok, not BACnet LON).
-
How about KNX ?
-
Good Day,
In our company we use:
LonWorks
BACnet (IP and MSTP)
ModBus
SNMP
KNX (Hope it will be included in the future) -
Modbus/RTU
Modbus/TCPMy company (greenHouse Gas and Electric) supports j2mod which also has support for Modbus/UDP (Modbus/TCP packets over UDP), but I don't personally use Modbus/UDP. I mention j2mod because j2mod is being used as the "base" for posting open source Arduino sketches that support Modbus/RTU and eventually Modbus/TCP and/or Modbus/UDP.
I'd like to do more with 1-wire, just haven't had the time.
I'm toying with creating new protocols, but there are intellectual property issues to resolve.