0

Does TinyOS provide support for the UDP protocol ?

We are trying to create an IP Phone using a Micro-controller and were thinking of installing TinyOS on it.

Any help is appreciated!

Anant Sinha
  • 159
  • 1
  • 10

1 Answers1

1

TinyOS has an IP stack (6lowPan) called BLIP which supports UDP and TCP although I have never used BLIP personally. See the link HERE for more information. A good point to start would be to look at the UDP-echo application in apps folder of the TinyOS distribution.

KillaKem
  • 995
  • 1
  • 13
  • 29