https://github.com/dannixon/go-2b
https://github.com/dannixon/go-2b
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dannixon/go-2b
- Owner: DanNixon
- License: lgpl-3.0
- Created: 2020-05-22T19:43:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T07:37:39.000Z (about 3 years ago)
- Last Synced: 2025-04-02T13:11:21.594Z (2 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# go-2b
Interface library and remote operation utilities for the [E-Stim Systems 2B](https://store.e-stim.co.uk/index.php?main_page=index&cPath=23_24) powerbox.
Essentially a cleaner, more reliable rewrite of [2b-utils](https://github.com/DanNixon/2b-utils).**Note**: The API provided by `2b-server` is unauthenticated, as such do not expose it over the internet.
If you do wish to provide remote access do so via a reverse proxy (such as [Nginx](https://nginx.org/)) with sufficient authentication or via a VPN.## Disclaimer
This is relatively well tested, however perfect function is not guaranteed.
:warning: Use with caution.
## To Do
- Investigate why channel linking does not work as intended