GitHub / tlhunter/node-wireless / commits
DEFUNCT: Node.js: WiFi Connection Management
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| caf3b24a | merge Merge pull request #38 from sn0opr/remove-disappeared-list-from-networks |
Thomas Hunter II <m****e@t****e>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 56ba6f24 | remove disappeared wifis from the networks list | ala.rihane <a****e@t****m> | over 9 years ago | |
| 10de0e62 | merge Merge pull request #35 from scharc/master | Thomas Hunter II <m****e@t****e> | almost 11 years ago | |
| c646dc6a | merge Merge pull request #34 from scharc/patch-1 | Thomas Hunter II <m****e@t****e> | almost 11 years ago | |
| fb6abd8e | merge Merge pull request #1 from stevepacker/patch-1 | Marc Schütze <s****c@g****m> | almost 11 years ago | |
| 970972b5 | don't scan while connected | Marc Schütze <s****c@g****m> | almost 11 years ago | |
| 743bb71a | Update index.js | Marc Schütze <s****c@g****m> | almost 11 years ago | |
| c668f037 | Adding radix to parseInt to avoid ambiguity | Stephen Packer <s****r@w****m> | almost 12 years ago | |
| e1daa911 | Regex for quality, strength. Fixes #31 | Stephen Packer <g****b@s****m> | almost 12 years ago | |
| f13f32c1 | (((()))) | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 4ec3e5bc | 0.3.2 | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| b56713a3 | more docs | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 1893f147 | Wireless#dhcp() shouldn't need to know the network (acts on current) | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| ac9159b5 | forgot to commit some docs | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 51e4b58a | API documentation! | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 6d905d2c | Wireless#stop() now properly kills all timers | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| e066f7da | translate should be private method | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| daf5f5e3 | track connection emit bug | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 4274bf7b | 'already-joined' event -> 'former' | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 340cad28 | 'empty-scan' event -> 'empty' | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 097aa9b4 | 'batch-scan' event -> 'batch' | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 3fbf0e3f | 'dhcp-acquired-ip' event -> 'dhcp' | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 008dccd3 | 'change-levels' event -> 'signal' | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 0b036b23 | 'debug' event -> 'command' | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| a27262ef | wake up sheeple | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 5078fdc9 | 0.3.0 | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| c9ad8d93 | separate event for already having joined a network. Fixes #20 | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 4ab1552d | much cleaner callbacks and event emitter patterns. Fixes #30. Fixes #25. | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| d33aeb63 | JSHINTRC OMG | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| c775e195 | prototypes. Fixes #28 | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 86afdd98 | 0.2.1 | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| e8e09e21 | I used to hate whitespace? | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 61a075f0 | networks was incorrectly set as an array not an object | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| c0375cbc | doc | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 13be73bb | needlessly grabbing newer version of underscore | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 4cbfe7f8 | example didnt need underscore as dep | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| d058a5d9 | fixing readme | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| cbe5dea7 | Fixing some bad old decisions | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| 0bf55d88 | Fixes #21 | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| dd3d1707 | Fixes #23, Fixes #22 | Thomas Hunter II <m****e@t****e> | almost 12 years ago | |
| f9773d65 | Updating npm version | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 1d5df7ac | DHCP works now | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 9930865a | DHCP work. Exiting process when interface doesn't exist. | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 861074e7 | some callback stuff for wpa connections | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| b7543262 | Triggering different event for levels change | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 1bb120b5 | Emitting batch scan results (in case anyone would ever need it) | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| a2978695 | Fixing a bug where finding no networks would return one blank network | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 6187abb6 | Triggering event when we have a fruitless scan | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 39b782f0 | Attempting to get WPA working, but getting 'non-WPA network not allowed' error. | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 5bd98eb4 | Getting WEP connections to work; requires HEX though | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 1661280f | Code works with my RT2800USB card as well. | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 6c0b126f | Updating npm module version | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 240c7e64 | Updating Readme | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 5fc6a50e | getting join and leave stuff to work | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| f7a9ceca | Adding human friendly message when interface doesn't exist | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 58a13daf | Adding colors module for the app, sending messages to app from module using e... | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 3b0755ab | trying to get connections working, adding a command debug emitter | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| eca46f51 | Half-completed updates | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 8a7eca9d | Deleting notes file (commands are now in code) | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 5ca36966 | Showing <HIDDEN> when network has hidden SSID | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 2d7a97a2 | nomenclature | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| b5d617fe | Starting some of the leg work for connecting to networks | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| d0612fc2 | Cleaning up closing code | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 32e00603 | Properly determining encryption types | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 61af0d7e | Updating readme | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| af7f0a7b | Disappear events now being triggered | Thomas Hunter <t****r@g****m> | about 14 years ago | |
| 99035985 | Using OPEN as encryption type when there's no encryption | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| d742178e | Grabbing signal strength | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 2228f6e1 | Updating readme | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 24d8a569 | Determining encryption type | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 965b0fb5 | Enable & Disable Adapter | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 25049332 | Disappear threshold will be in scan attempts, not seconds | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 14d54c6d | Incrementing wireless version | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 8e3e1494 | Cleaning some stuff up | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 67af816f | Showing what currently works | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 3b111c9a | Some more sample commands, currently unused | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 6195ab76 | Different message display format, graceful ctrl+c shutdowns, handling common ... | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 78bab2e0 | making it more good | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| e5a21ed5 | Code now keeps track of new and changed networks over time | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 8bd02d67 | Scanning for networks and running appear event (only once though) | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| ad2dbbe6 | Notes on how to connect to a network | Thomas Hunter <T****r@Q****m> | over 14 years ago | |
| b8c49553 | Just showing off some more stuff I plan on adding | Thomas Hunter <T****r@Q****m> | over 14 years ago | |
| 7297480f | Keeping track of date we saw network | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 6c14a55d | Adding a scan of downtown Ann Arbor | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 744c0f32 | Removing VIM temp files | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| b563e7cb | Successfully parsing mac address, channel, quality, encryption, ssid, mode | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 296dcde7 | Using correct example file name. Run New Network: test | Thomas Hunter <T****r@Q****m> | over 14 years ago | |
| 3d4571d5 | Adding an example of what the parsed networks should look like | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| b78a869b | Adding underscore.js to sample app and wireless module. simple parsing of MAC... | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| fd993eb0 | updating npm version | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 2f3ba210 | package file for wireless module | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 6b68b073 | I think this is how the code should really be laid out... | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 8b772c41 | changing example callback params | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| a54fa37f | fixing some reserved words | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 39ac2955 | Some example/skeleton code, might be syntax errors | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| e452fc28 | Example Scans | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 82d6e43f | Skeleton files | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 814d9ffe | markdown readme | Thomas Hunter <t****r@g****m> | over 14 years ago | |
| 842b124f | readme | Thomas Hunter <t****r@g****m> | over 14 years ago |