https://github.com/heedrox/airtame-usb-setup
Setup your Airtame Wifi properties through USB
https://github.com/heedrox/airtame-usb-setup
Last synced: about 2 months ago
JSON representation
Setup your Airtame Wifi properties through USB
- Host: GitHub
- URL: https://github.com/heedrox/airtame-usb-setup
- Owner: heedrox
- Created: 2015-05-16T09:52:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T12:10:28.000Z (about 11 years ago)
- Last Synced: 2025-01-17T18:03:13.273Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# airtame-usb-setup #
Setup your AIRTAME wifi properties through the USB connection.
Only for linux (dependencies on iwconfig).
**Use this under your own responsability**
## Installation
1. Download files into a folder of your computer
2. Make sure you have nodejs installed
3. Make sure you have php installed (sorry for that)
## Usage
- Plug Airtame to your USB. This will create a wired connection in which your Airtame can be reached through 169.254.13.37 IP.
- Make sure you are connected to the WIFI you want the Airtame connect to.
- Execute:
```
node . WIFI_INTERFACE WIFI_PASS
```
Example:
```
node . wlan0 mywifipassword
```
This will write your wifi settings to Airtame.
- Unplug the Airtame and connect it to any TV in which the network connection is reachable.
- Voila!
## Why PHP
There is a wpa2psk function that airtame uses that I was too lazy to decode and rewrite to nodejs. Go ahead if you want to.
## Warning
This comes with no warranty. If you break the airtame doing this, sorry for that, but don't blame me.
As AIRTAME software is still in development, probably this software will stop working in the future.
**Do this under your own responsability.**