Menu

User Interface

Majenko Technologies

Everything in the network stack is an object. Network interfaces, sockets, even the network stack itself.

Portions of the library rely on the DSPI library, so you must ensure you include that in your sketch or the IDE won't be able to include it in the compiled code:

#include <DSPI.h>
#include <Network.h>

The idea around the operation is quite simple.

First you create an object of the type you want, then you add it to the network.

The basic object classes are:


Related

Wiki: ENC28J60
Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.