Adam Ierymenko daef54ba32 HTTP server is in, and works. 10 years ago
..
BSDEthernetTap.cpp 8990fb8267 osnet -> osdep 10 years ago
BSDEthernetTap.hpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 years ago
HttpClient.cpp 068d311ecc TRACE compile fixes, other fixes, and it basically works! It says HELLO. 10 years ago
HttpClient.hpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 years ago
LinuxEthernetTap.cpp 8990fb8267 osnet -> osdep 10 years ago
LinuxEthernetTap.hpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 years ago
OSUtils.cpp 38200cc6a5 Add data store functions to service/One, and shelve old main.cpp since it will get rebuilt. 10 years ago
OSUtils.hpp 068d311ecc TRACE compile fixes, other fixes, and it basically works! It says HELLO. 10 years ago
OSXEthernetTap.cpp 9e651b39e4 Add some TRACE around pinging (for now), and refactor service/One to just run in the foreground as some platforms may not require threads at all. 10 years ago
OSXEthernetTap.hpp 9e651b39e4 Add some TRACE around pinging (for now), and refactor service/One to just run in the foreground as some platforms may not require threads at all. 10 years ago
Phy.hpp daef54ba32 HTTP server is in, and works. 10 years ago
README.md e61a40a956 docs 10 years ago
SoftwareUpdater.cpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 years ago
SoftwareUpdater.hpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 years ago
Thread.hpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 years ago
WindowsEthernetTap.cpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 years ago
WindowsEthernetTap.hpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 years ago

README.md

OS-Dependent and OS-Interface Things

This folder contains stuff that interfaces with the base operating system like Phy for network access and the various OS-specific Ethernet tap drivers.