Smart supermarket toy implementation for Networked Embedded Systems exam on Launchpad CC2650 with contiki-ng
Go to file
oliverschmidt ca05ae80a5 Added automatic detection of Ethernet address - this makes the WinPcap packet driver service kind of working :-)
First the WinPcap library is used to enumerate the existing interfaces to make sure that only those are taken into account which the WinPcap library is able to actually work with. Their IP addresses are compaired against the one on the cmdline to find the desired interface.

Then the IP Helper API is used to enumerate the existing adapters to find out the the Ethernet address of the desired adapter. This Ethernet address is then used by Contiki too.
2006-10-06 22:39:31 +00:00
apps Removed inconsistent source formatting. 2006-10-06 21:39:45 +00:00
core Limit number of sensor events to avoid overflowing event queue 2006-10-06 09:18:52 +00:00
cpu Minimalistic plug in replacement for the leds package. 2006-09-27 09:32:08 +00:00
doc Added documentation of the Contiki build system 2006-10-02 22:04:09 +00:00
examples A really simple Contiki program, intended to show how the build system works and how to write simple Contiki programs 2006-10-02 21:46:46 +00:00
platform Added automatic detection of Ethernet address - this makes the WinPcap packet driver service kind of working :-) 2006-10-06 22:39:31 +00:00
tools radio medium reporting transfers only after they have succeded 2006-10-06 13:32:45 +00:00
Makefile initial creation of toplevel makefile 2006-06-24 19:05:53 +00:00
Makefile.include Put mt.c back in there, but this time the problematic code that was in the file is commented out 2006-09-01 22:57:32 +00:00