You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Ierymenko
daef54ba32
HTTP server is in, and works.
11 years ago
..
BSDEthernetTap.cpp
osnet -> osdep
11 years ago
BSDEthernetTap.hpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
HttpClient.cpp
TRACE compile fixes, other fixes, and it basically works! It says HELLO.
11 years ago
HttpClient.hpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
LinuxEthernetTap.cpp
osnet -> osdep
11 years ago
LinuxEthernetTap.hpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
OSUtils.cpp
Add data store functions to service/One, and shelve old main.cpp since it will get rebuilt.
11 years ago
OSUtils.hpp
TRACE compile fixes, other fixes, and it basically works! It says HELLO.
11 years ago
OSXEthernetTap.cpp
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.
11 years ago
OSXEthernetTap.hpp
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.
11 years ago
Phy.hpp
HTTP server is in, and works.
11 years ago
README.md
docs
11 years ago
SoftwareUpdater.cpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
SoftwareUpdater.hpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
Thread.hpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
WindowsEthernetTap.cpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
WindowsEthernetTap.hpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
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.