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
| static float sensor1 = 99.99; | |
| static int sensor2 = 88; | |
| static int sensor3 = 77; | |
| static char sprintfbuffer[15]; | |
| static char dtostrfbuffer[6]; | |
| static char mergedbuffer[15]; | |
| void setup() { | |
| dtostrf(sensor1,5, 2, dtostrfbuffer); |
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
| Decompressing..........done | |
| CFE for WNR3500L version: v1.0.36 | |
| Build Date: Tue Aug 11 15:09:14 CST 2009 | |
| Init Arena | |
| Init Devs. | |
| Boot partition size = 262144(0x40000) | |
| Found a 8MB ST compatible serial flash | |
| et0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.10.56.28 |
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
| # Flush existing entries | |
| ip6tables -F | |
| # Allow ICMPv6 everywhere | |
| ip6tables -A INPUT -p icmpv6 -j ACCEPT | |
| ip6tables -I OUTPUT -p icmpv6 -j ACCEPT | |
| ip6tables -I FORWARD -p icmpv6 -j ACCEPT | |
| # Allow anything on the local loopback link | |
| ip6tables -A INPUT -i lo -j 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
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings] | |
| "Present"=dword:00000001 | |
| "HostName"="" | |
| "LogFileName"="putty.log" | |
| "LogType"=dword:00000000 | |
| "LogFileClash"=dword:ffffffff | |
| "LogFlush"=dword:00000001 | |
| "SSHLogOmitPasswords"=dword:00000001 |
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
| root@host:~# nlbw -c show | |
| Fam Host ( MAC ) Layer7 Conn. > Downld. ( > Pkts. ) Upload ( Pkts. ) | |
| IPv4 10.1.1.1 (00:00:00) other 277 0 B ( 0 ) 0 B ( 0 ) | |
| IPv4 10.1.2.1 (00:00:00) other 277 0 B ( 0 ) 0 B ( 0 ) | |
| IPv4 10.253.32.1 (00:00:00) other 17 0 B ( 0 ) 0 B ( 0 ) | |
| IPv4 192.168.1.1 (00:00:00) other 5 0 B ( 0 ) 0 B ( 0 ) | |
| IPv4 192.168.1.8 (11:22:33) ICMP 1.35 K 0 B ( 0 ) 0 B ( 0 ) | |
| IPv4 192.168.1.9 (22:33:44) ICMP 59 0 B ( 0 ) 0 B ( 0 ) | |
| IPv4 192.168.1.3 (00:11:11) ICMP 1 0 B ( 0 ) 0 B ( 0 ) | |
| IPv4 192.168.1.1 (00:00:00) IGMP 1 0 B ( 0 ) 0 B ( 0 ) |
OlderNewer