Benutzer:Overflo/Pastebin: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
|||
(11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== | == Wenn mal Zeit ist.. ;) == | ||
* <strike>linsenbrille</strike> halb implementiert mit einem 3 seitenprisma, effekt aber doch zu uninteressant. | |||
* [http://das-labor.org/wiki/Farb_Borg_3d RGB LEDcube ala labor] | |||
* video streaming server + chat | |||
* <strike>blinkenstick</strike> '''done (aber besser nocheinmal mit strpes)''' | |||
* elektrorad | |||
* VPN tunnel fürs lab für congress und so.. | |||
* hackerspace VPN | |||
* [http://www.keelog.com/de/diy.html Keylogger] | |||
* laserpistole | |||
* lampenlayout (london 5 rings!) | |||
* ledstripe/art-frame | |||
* <strike>ledstripe PROJECTOR</strike> '''done (ist gut für pschedelische beleuchtugseffekte aber nicht für text oder ähnliches (fokus/triangulation))''' | |||
* ledstripe stick | |||
* <strike>ledstripe pois</strike> '''done''' | |||
* <strike>ledstripe "matrix"</strike> '''done (projektor)''' | |||
* <strike>wassertropfen/strobo dings [http://log.gebenedeit.at/post/116247620/YouTube-Strobe-light-makes-water-drops-fall link]</done> gewan einen preis auf der roboexotica 2011 | |||
* <strike>blinkenwall elektronik auf eigenes board migireren (weg vom arduino) mit neuer firmware fon ben und strom unterbrechen bei special frames</strike> '''abgegeben''' | |||
* <strike>blinkentunnel hardware neu implementieren mit strom unterbrechen alle X animationen</strike> '''fixed in software''' | |||
== Fonera == | == Fonera == | ||
Zeile 17: | Zeile 32: | ||
http://wiki.openwrt.org/BuildingPackagesHowTo | http://wiki.openwrt.org/BuildingPackagesHowTo | ||
svn co https://svn.openwrt.org/openwrt/tags/kamikaze_7.09 | |||
http://forum.openwrt.org/viewtopic.php?pid=31794#p31794 | |||
Zeile 27: | Zeile 45: | ||
#!/bin/sh | #!/bin/sh | ||
TARGET="deinnetz" | |||
killall -9 udhcpc | |||
killall dnsmasq | |||
# flush netfilter tables | # flush netfilter tables | ||
iptables -F | iptables -F | ||
Zeile 42: | Zeile 60: | ||
wlanconfig ath0 destroy | wlanconfig ath0 destroy | ||
wlanconfig ath1 destroy | wlanconfig ath1 destroy | ||
Zeile 49: | Zeile 67: | ||
# VAP ath0 as Access Point | # VAP ath0 as Access Point | ||
wlanconfig ath0 create wlandev wifi0 wlanmode ap | wlanconfig ath0 create wlandev wifi0 wlanmode ap | ||
# nosbeacon .. arghl.. | |||
wlanconfig ath1 create wlandev wifi0 wlanmode sta nosbeacon | wlanconfig ath1 create wlandev wifi0 wlanmode sta nosbeacon | ||
Zeile 57: | Zeile 77: | ||
#externes DHCP? | #externes DHCP? | ||
udhcpc -i ath1 | udhcpc -t 3 -b -i ath1 | ||
Zeile 88: | Zeile 108: | ||
SD card am fonera? | SD card am fonera? | ||
http://www.larsen-b.com/Article/262.html | http://www.larsen-b.com/Article/262.html | ||
http://phrozen.org/fonera.html | |||
GPIO kernel modul | GPIO kernel modul | ||
http://mobileaccess.de/fonera/gpio/ | http://mobileaccess.de/fonera/gpio/ | ||
http:// | http://daubau.net/proc_gpio/ | ||
Fertig compiliertes GPIO kernelmodul im feschen .ipk + src | |||
[[Media:Kamikaze_7.09_GPIOkmod.tar.gz]] |