A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

net.txt

Committer:
andrewboyson
Date:
2019-04-10
Revision:
140:9000ea70b220
Parent:
79:f50e02fb5c94

File content as of revision 140:9000ea70b220:

Layers

NIC      - Hardware, Phy etc
Link     - Raw data
Ethernet - Contains the source and destination MACs and the Ethertype: ARP; IP4; IP6

To use you need to:

call NetInit once with the ipv4 name and the ipv6 name 
call NetMain continuously.

See the "ch" (Central Heating) or "gps" programs for examples.