Cosa/Sockets, Socket Device Driver and NRF24L01+ Driver

This week Cosa takes a quantum leap forward with regard to wireless networking. Socket and abstract device driver classes are introduced together with basic support for clients and servers. The API is basically an object-oriented, event-driven, variant of standard sockets. This will allow easy integration with for instance the W5100 driver.

Read more in Cosa: An Object-Oriented Platform for Arduino programming - #113 by kowalski - Libraries - Arduino Forum

Cheers!