We need to accept dozens of different protocols from systems such as security systems, fire alarms, camera systems, etc. and integrate them into one common protocol.
I would like it to be a messaging server with which many systems can subscribe and / or communicate.
- polling and polling "drivers" (protocol converters)
- RS232 / RS485 / tcp handle
- programmable "drivers" in a controlled language such as Java or C #
- supports engine capabilities.
Does biztalk fit this?
Are there any open source alternatives?
Is there a Java / Java EE way to do this?
At one end, the system will be a SCADA system, while the other will be a middleware / messaging server.
Any thoughts on a better way to continue would be appreciated. I know that a significant part of the programming will be on the driver’s side, however, as I was tempted, creating the whole system from scratch would be inappropriate.
Jeffv source
share