Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbuchwaldt/netbroker
Netbroker internet gateway solution
https://github.com/timbuchwaldt/netbroker
Last synced: about 2 months ago
JSON representation
Netbroker internet gateway solution
- Host: GitHub
- URL: https://github.com/timbuchwaldt/netbroker
- Owner: timbuchwaldt
- Created: 2013-06-10T08:57:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T09:00:34.000Z (over 11 years ago)
- Last Synced: 2024-04-15T02:59:45.072Z (9 months ago)
- Language: Elixir
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netbroker
Install: ```brew install elixir```, change to cloned dir, run ```mix test```
## Tryout
Run ```iex -S mix```
:gen_event.notify(:em, {:activate, "172.16.0.2"})
:gen_event.call(:em, Netbroker.Access, :display)