An Internet connected toggle switch
Find a file
2015-04-07 21:36:52 +02:00
etc move config file to the right place 2015-04-07 21:33:05 +02:00
.gitignore add makefile to build ipk package 2015-04-07 21:34:36 +02:00
etherswitch move config file to the right place 2015-04-07 21:33:05 +02:00
LICENSE.txt hurr license durr 2015-03-31 19:34:30 +02:00
Makefile add makefile to build ipk package 2015-04-07 21:34:36 +02:00
README.md update readme 2015-04-07 21:36:52 +02:00

etherswitch

etherswitch is a simple daemon to control a toggle switch attached to a router.

How to use it

  • Build opkg package make ipk

  • Get a router

    • Install OpenWRT
    • Install etherswitch opkg install etherswitch.ipk
    • 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

TODO

  • Make a package for OpenWRT
  • Re-introduce the possibility to use it with physical ethernet interface (without using ip)
  • Write a real readme