summaryrefslogtreecommitdiffstats
path: root/src/device-bridge.c
AgeCommit message (Collapse)Author
2019-06-01device: bridge: implement initial bridge setupMatthias Schiffer
2019-05-31Switch to a JSON-based config formatMatthias Schiffer
We can get rid of a lot of code by ditching out INI format parser. We also remove the support for "subtype" and "generator" templates for now; rather than implementing this in NeCo itself, templates could be implemented as a Lua DSL later.
2019-01-05Add first parts of interface config handlingMatthias Schiffer