This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

XMPP on MSP430



Hello,

I have query regarding XMPP.

Is there any demo application of XMPP client on MSP430 available?

Can I run XMPP as client on MSP430?

Any help in this case is appreciated.

Thanks,

Chetan

  • Hi Chetan,

    I am not familiar with XMPP, but a quick google search indicates it is a sort of messaging protocol which seems to be embedded in transferring the messages within XML documents, and is generally used over TCP/IP on the internet.

    This brings up the fist problem, you need to first get an Ethernet interface and a TCP/IP stack for the MSP430. It is possible to attach an Ethernet chip and to get a TCP/IP stack up and running, but it will most likely have limited functionality due to the resource limitations with the MSP430 in terms of raw processing power and memory. If you do achieve this first step I suspect you will then have to do the XMPP coding yourself as I think it very unlikely that anyone has any demo for the MSP430

    I would recommend that you look at a more powerful processor for this type of thing, or even go to something like the Raspberry Pi running linux. That way you can concentrate on XMPP itself, rather than spending loads of time and effor on getting the basic infrastructure working on the MSP430.

    Roy

**Attention** This is a public forum