summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2015-04-13JSON control plane, almost done...Adam Ierymenko
2015-04-13Decided to back out of doing HTTP/TCP server *and* client within ZT itself. ↵Adam Ierymenko
Instead we'll do the TCP tunneling endpoint as a separate little daemon. It will appear here shortly.
2015-04-10Basic framework of HTTP server is there.Adam Ierymenko
2015-04-10HTTP server is in, and works.Adam Ierymenko
2015-04-10Simplify Phy<> to get rid of more indirections.Adam Ierymenko
2015-04-10Add some TRACE around pinging (for now), and refactor service/One to just ↵Adam Ierymenko
run in the foreground as some platforms may not require threads at all.
2015-04-09TRACE compile fixes, other fixes, and it basically works! It says HELLO.Adam Ierymenko
2015-04-09Add data store functions to service/One, and shelve old main.cpp since it ↵Adam Ierymenko
will get rebuilt.
2015-04-09Service code builds now.Adam Ierymenko
2015-04-09Starting on new service/ code to encapsulate node/ with osdep/ stuff, and ↵Adam Ierymenko
add a user pointer to the CAPI.