rasendubi / arachne

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

MQTT/MQTT gateway #28

Open rasendubi opened 8 years ago

rasendubi commented 8 years ago

That's the easiest option for now. We can add MQTT/MQTT-SN gateway on top of that. We can also reuse the part of this gateway when implementing full broker.

Actually, that's pretty big task, and I will create more subtasks along the way. The overall goal is to have aggregating MQTT/MQTT gateway (i.e., it should accept multiple client connections but use a single connection to the server).

rasendubi commented 8 years ago

See #29 for the progress.