-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
20 lines (17 loc) · 813 Bytes
/
README
File metadata and controls
20 lines (17 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This is a very simple proof-of-concept IPv6 stack that runs on low-memory
MCUs by allowing the usage of an external SPI SRAM IC for all "big" structures.
So, things like TCBs, MAC address list, etc. are stored in external SRAM
rather than the primary MCU RAM.
The code has tons of issues, but does work under the right circumstances.
Currently implemented features are:
- IPv6 Stateless autoconfiguration (based on router advertisments)
- ICMP Ping
- Simple TCP-stack
- Microchip's ENC28J60 MAC/PHY
Directory structure:
ip430/ The core IP-stack
net430/ MSP430 support code and drivers
tun-test/ Test-code that uses a TAP-device under Linux
no-app/ Small application template
miniweb/ Small web-server application
lcd-server/ Test application which controls an HD44780 display