Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amsoell/rig-sim-remote
https://github.com/amsoell/rig-sim-remote
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/amsoell/rig-sim-remote
- Owner: amsoell
- Created: 2019-02-25T10:55:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T12:20:32.000Z (over 5 years ago)
- Last Synced: 2025-01-03T01:08:37.776Z (2 days ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rig-sim-remote
> Basic python application to received rig-sim data readings via serial or socket connection
This version of `rig-sim-remote` is compatible with `rig-sim 0.6.0`
#### Installing dependencies
```bash
pipenv install
```#### Configuration
Copy the `rig-sim.yaml-dist` file to `rig-sim.yaml` and adjust the **connections** section to match your configuration on **rig-sim**. Communication may be enabled via socket, serial, or both.
#### Running rig-sim-remote
```bash
python3 rig-sim-remote.py
```