Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flochtililoch/freedompop-photon-cli
FreedomPop photon CLI tool
https://github.com/flochtililoch/freedompop-photon-cli
Last synced: about 5 hours ago
JSON representation
FreedomPop photon CLI tool
- Host: GitHub
- URL: https://github.com/flochtililoch/freedompop-photon-cli
- Owner: flochtililoch
- Created: 2014-05-04T18:32:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T04:45:15.000Z (over 10 years ago)
- Last Synced: 2024-11-09T05:48:56.346Z (11 days ago)
- Language: CoffeeScript
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreedomPop Photon CLI
This tools allows communication with the FreedomPop Photon.
## Features:
- Configuration of the device (based on a JSON file)
- Reset the device to factory settings
- Check device status
- Check device battery status
- Read attached hosts
- Monitor device configuration, send useful events## Usage
```bash
$ bin/photon [action] [password] [host]
```### Configuration
- Rename `config.json.example` to `config.json`
```bash
mv config.json.example config.json
```- Adjust settings in `config.json`
```bash
$ bin/photon configure
```### Reset the device to factory settings
```bash
$ bin/photon reset
```### Check device status
```bash
$ bin/photon status
```### Check device battery status
```bash
$ bin/photon battery
```### Read attached hosts
```bash
$ bin/photon attached
```