This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://sztyled.en.made-in-china.com/product/SqUmJxylhbhK/China-24-Key-Infrared-RGB-Manual-Flash-Controller-APA-1616-.html | |
# or | |
# http://www.dhgate.com/store/product/advanced-micro-control-unit-24-keys-rgb-led/128629434.html | |
IR Receiver Notes | |
F700FF BRIGHT HI | |
F7807F BRIGHT LO | |
F7408F OFF | |
F7C03F ON | |
F720DF R1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
100|Info kanal | |
101|RTS 1 | |
102|RTS 2 | |
104|O2 | |
105|Prva | |
106|TV Pink | |
107|Happy TV | |
108|Pink 2 | |
109|Pink 3 Info | |
110|RTS 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
451|Pink Music 2 | |
452|Bravo Music | |
453|Pink Koncert | |
467|Pink Folk 2 | |
475|Pink&Roll | |
477|Pink Hits 2 | |
480|MTV Hits International | |
481|MTV Dance International | |
482|MTV Rocks International | |
484|VH1 Classic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fastboot# printenv | |
bootdelay=1 | |
baudrate=115200 | |
ipaddr=192.168.1.10 | |
serverip=192.168.1.1 | |
netmask=255.255.255.0 | |
bootfile="uImage" | |
stdin=serial | |
stdout=serial | |
stderr=serial |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config interface 'wan' | |
option enabled '1' | |
list track_ip '8.8.4.4' | |
list track_ip '8.8.8.8' | |
list track_ip '208.67.222.222' | |
list track_ip '208.67.220.220' | |
option reliability '2' | |
option count '1' | |
option timeout '2' | |
option interval '5' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
IP4="/usr/bin/ip -4" | |
IPS="/usr/sbin/ipset" | |
IPT4="/usr/sbin/iptables -t mangle -w" | |
LOG="/usr/bin/logger -t mwan3 -p" | |
MWAN3_STATUS_DIR="/var/run/mwan3" | |
[ -d $MWAN3_STATUS_DIR ] || mkdir -p $MWAN3_STATUS_DIR/iface_state |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config globals 'globals' | |
option local_source 'lan' | |
option enabled '1' | |
config interface 'wan' | |
option enabled '1' | |
list track_ip '1.1.1.1' | |
option reliability '1' | |
option count '1' | |
option timeout '2' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config interface 'loopback' | |
option ifname 'lo' | |
option proto 'static' | |
option ipaddr '127.0.0.1' | |
option netmask '255.0.0.0' | |
config globals 'globals' | |
option ula_prefix 'fd90:1d53:5e6f::/48' | |
config interface 'lan' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config defaults | |
option syn_flood 1 | |
option input ACCEPT | |
option output ACCEPT | |
option forward REJECT | |
config zone | |
option name lan | |
list network 'lan' | |
option input ACCEPT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xFD9A65|0x15629B25 = PWR | |
0xFD9867|0x57E346E1 = MUTE | |
0xFD708F|0xBBB54321 = INFO | |
0xFD708F|0x6BFD8B01 = RECALL | |
0xFD48B7|0x986FB325 = PAUSE | |
0xFDB04F|0x42640C99 = VOL+ (Right) | |
0xFD8877|0x6F5974BD = VOL- (Left) | |
0xFDA25D|0xCEBE4CC1 = MENU | |
0xFDA05F|0xA6B913BD = EXIT | |
0xFD609F|0xD0529225 = CH+ (Up) |