Joined
·
1,014 Posts
Cool platform, just came across this when researching something else...We use MQTT at work which is a message subscription system...the idea is you have a "Broker" which allows systems / users to set-up subscriptions to the "Broker", other systems then post data to the "Broker" and the "Broker" distributes the messages to subscribers.
Its a very leight weight system and works very well, they're are MQTT implementations around for lots of platforms including mBed. You could implement MQTT to allow the system to publish results to a server then subscribers could get the results.
Its a very leight weight system and works very well, they're are MQTT implementations around for lots of platforms including mBed. You could implement MQTT to allow the system to publish results to a server then subscribers could get the results.