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
| define([ | |
| localStorageHook, | |
| ], function(LocalStorageHook){ | |
| LocalStorageHook.hook(); | |
| }); |
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
| // This line defines a "Uart" object to access the serial port | |
| HardwareSerial Uart = HardwareSerial(); | |
| //Teensys port D2 and next RX/TX | |
| void setup() { | |
| Serial.begin(9600); | |
| Uart.begin(9600); | |
| } | |
| void loop() { | |
| if (Serial.available() > 0) { |
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
| *** total connections: 64447 peak: 64447 | |
| Caught exception: Error: Too many open files | |
| ^C | |
| [admin@nodesbc1 ~]$ ps aux | |
| USER PID %CPU %MEM SZ RSS TT S START TIME COMMAND | |
| admin 16 4.1 0.7723064696700 ? O 18:16:52 2:49 /home/admin/local/bin/node ./websocketworker.js | |
| admin 18 0.2 0.17195243012 ? S 18:16:52 0:42 /home/admin/local/bin/node ./sipworker.js |