7/13/09

Using UDP with Arduino

Unfortunately, Arduino Ethernet library does not provide UDP support for sketches. This sad fact encouraged me to create an extended version quickly: it is a modified Client.c/.h files (named as ClientUDP.*), placed in the Ethernet library directory.

It is nothing special with this code, because UDP supported by sockets library, used in Arduino, but not not available for sketches directly.

You can download it here: ClientUDP_1.1.zip ( unpack to arduino-0016 \ hradware \ libraries ).

4 comments:

  1. Thank you very much for sharing this code to all of us!
    Keep up the good work!

    Greetings,
    Floris.

    ReplyDelete
  2. Very nice and easy to understand, is it possible to combine the UDP sender and receiver.

    Jay

    jayrisaacs@gmail.com

    ReplyDelete
  3. Dear Ilya,
    The ClientUDP.h library is not installing properly. Do you have any insight on what I might be doing wrong?
    thanks,
    Zach (from California)

    ReplyDelete
  4. very very very nice :)
    thanks

    ReplyDelete