Re: [Mosquitto-users] Python-based example not working any more

2012-12-19 Thread stefano costa
Roger Light ha scritto: ...changed a bit for 1.0. If you pull the new version hopefully it should work fine now. Cheers, Roger Roger, Nick, really fast, it works now!!! Just tweaking a bit so that the clean twittered text and not the raw stream is passed as payload to MQTT, and the demo is r

Re: [Mosquitto-users] Python-based example not working any more

2012-12-19 Thread Roger Light
Hi Stefano, > https://github.com/knolleary/twitter-to-mqtt I just headed over there to check it out and saw that Nick has already pushed an update. The code above was for use with 0.15 - the api changed a bit for 1.0. If you pull the new version hopefully it should work fine now. Cheers, Roger

[Mosquitto-users] Python-based example not working any more

2012-12-19 Thread stefano costa
I'm preparing a very simple demo for clients, starting from this example that links Twitter streams to MQTT messages: https://github.com/knolleary/twitter-to-mqtt While doing tests I had the bad idea of upgrading the entire Mosquitto library and applications and the Python script here stopped