Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkuku/ex_frontier
connector for frontier silicon devices
https://github.com/dkuku/ex_frontier
Last synced: about 2 months ago
JSON representation
connector for frontier silicon devices
- Host: GitHub
- URL: https://github.com/dkuku/ex_frontier
- Owner: dkuku
- Created: 2022-05-12T06:18:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T20:19:23.000Z (over 2 years ago)
- Last Synced: 2024-09-21T11:47:51.425Z (3 months ago)
- Language: Elixir
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ExFrontier
## Documentation
[documentation on hexdocs](https://hexdocs.pm/ex_frontier)
## Usage examples
c = ExFrontier.connect()
ExFrontier.power(c, 1)
ExFrontier.play(c)
ExFrontier.get_play_info(c)## Config is needed
config :ex_frontier,
hostname: "192.168.1.151",
max_get_multiple_count: 10,
path: "device",
pin: 1234,
port: "80"## Sniffing data
how I got the data:create an ap
sudo create_ap wlp0s20f0u1 wlp58s0 kuku
sudo bettercap -no-colors -eval "events.stream off; set events.stream.output ~/bettercap-events.log; events.stream on" -iface wlp0s20f0u1## Learn more
https://hexdocs.pm/sweet_xml/readme.htmlhttps://github.com/elixir-tesla/tesla
https://www.w3schools.com/xml/xpath_syntax.asp
https://github.com/flammy/fsapi/blob/master/FSAPI.md
https://github.com/dkuku/node-frontier-silicon