.net - C# client library for subscribing/publishing MQTT (Really Small Message Broker) -



.net - C# client library for subscribing/publishing MQTT (Really Small Message Broker) -

i need implement force notification android there not net access , intranet access available. think cannot utilize c2dm , 3rd party api urbanairship. thinking of using mqtt rsmb(really little message broker), c# .net publisher broker , wmqtt.jar android subcriber broker.

i have downloaded rsmb , found followings exe: -broker.exe -stdinpub.exe -stdoutsub.exe

i have subscribed android , published messages using stdinpub.exe topic.

i advice guys on followings :

1).is rsmb free? there other alternatives suit case?

2).how able connect rsmb broker using c# (for publishing , subscribing). there c# client library rsmb?

3).how performance , reliability of mqtt ? might need force few hundreds of messages @ same time.

4).if there no other ways thinking of executing stdinpub.exe within c# application.(it might sound bad).

i find there little info mqtt on web , should go way or there other alternatives?

ok, here's breakdown you:

1) need read license file included rsmb when downloaded it. understanding can't utilize rsmb commercial purposes , if ibm release commercial product have stop using it.

there open source mqtt broker available called mosquitto (which develop). provides total mqtt protocol back upwards , available number of platforms. includes client libraries in c, c++ , python wrappers, illustration publish , subscribe clients. can more info @ http://mosquitto.org/

2) there 2 c# libraries available, although i've never used either of them myself. can find link them whole load of other mqtt related software @ http://mqtt.org/software

3) i've had rsmb , mosquitto handling 1500 messages (100 bytes each) per sec on old via c3 600mhz machine. on more modern hardware i'd expect them perform better.

with regards info on mqtt, hope there reasonable amount on mosquitto website - see http://mosquitto.org/man/mqtt-7.html overview example. can come inquire questions on #mqtt irc channel on freenode network @ http://webchat.freenode.net/ there mailing list @ https://launchpad.net/~mqtt-users may of use.

i'm afraid can't comment on whether should using mqtt or else.

c# .net android notifications mqtt

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -