etherswitch/README.md

26 lines
622 B
Markdown
Raw Permalink Normal View History

2015-03-31 20:01:03 +02:00
etherswitch
===========
etherswitch is a simple daemon to control a toggle switch attached to a router.
How to use it
-------------
2015-04-07 21:36:52 +02:00
* Build opkg package `make ipk`
2015-03-31 20:01:03 +02:00
* Get a router
* Install OpenWRT
2015-04-07 21:36:52 +02:00
* Install etherswitch `opkg install etherswitch.ipk`
2015-03-31 20:01:03 +02:00
* Configure etherswitch
* Get an ethernet cable and a toggle switch
* Cross RX+ and TX+
* Attach RX- and TX- to the toggle switch (or viceversa)
![muciaccia](http://i.imgur.com/7qWVZPj.png)
TODO
----
2015-04-07 21:36:52 +02:00
* [x] Make a package for OpenWRT
* [ ] Re-introduce the possibility to use it with physical ethernet interface (without using ip)
* [ ] Write a real readme