XMPP / Google Talk?


it occurs me xmpp google talk might great way adruinos talk each other on internet (if combined lantronix xport or wiport).

has looked making xmpp library arduino exchanging simple messages?

-thomas
http://www.t11s.com
http://phy2phy.wikidot.com

ok, going toss in 2 cents here..

i not familiar xmpp, xport or wiport, letting arduinos talk eachother on internet..

the way would make simple (remember, follow kiss-rule;)) visual basic program works proxy between irc , arduino.

talking arduino using vb , mscomm-object 3-minute project has done before, , connecting irc-server isn't exactely rocket science. vb-program need simple text-file configurations, containing:
- irc-server
- nick/alternative nick
- channel (for messaging other "groups" of arduinos)
- com-port number (for arduino)
- baud rate


of course, vb-proxy program need "translate" bit between irc-protocol , whatever format want send data arduino with, building simple protocol on top of irc isn't hard either.

arduino_1 sends "msg arduino_2:set 1 on" through serial link computer, , computer sends irc "/msg arduino_2 set 1 on".

the vb-proxy logged on irc nick arduino_2 recieves "privmsg set 1 on" , forward it's arduino.

for addressing groups of arduinos, 1 msg channel , every arduino in channel recieve same message/request/data/whatever.

like said.. perhaps bit of topic, 2 cents none less. :p


Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > XMPP / Google Talk?


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums