An Internet connected toggle switch

encrypt d7cab4d97c update readme 9 years ago
etc db85ad660e move config file to the right place 9 years ago
.gitignore b5df023fa1 add makefile to build ipk package 9 years ago
LICENSE.txt e42f31c3e1 hurr license durr 9 years ago
Makefile b5df023fa1 add makefile to build ipk package 9 years ago
README.md d7cab4d97c update readme 9 years ago
etherswitch db85ad660e move config file to the right place 9 years ago

README.md

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