WARNING: This allows COSMOS to execute arbitrary commands on the host system on which it is running!
- \openc3.bat cli rake build VERSION=X.Y.Z
- VERSION is required
- gem file will be built locally
- Go to localhost:2900/tools/admin
- Click the paperclip icon and choose your plugin.gem file
- Fill out plugin parameters
- Click Install
- Install a local copy of Ruby
- Mac: Homebrew, rbenv, RVM
- Windows: https://rubyinstaller.org/
- Linux: rbenv, RVM
- On Mac OS with Homebrew ensure the Ruby gem bin stubs are in the path
- export PATH="/opt/homebrew/lib/ruby/gems/3.1.0/bin:$PATH"
- Install openc3 gem
- gem install openc3
- Install openc3-cosmos-bridge-host gem (substitute X.Y.Z with the actual version number)
- gem install openc3-cosmos-bridge-host-X.Y.Z.gem
- Run the local bridge
- openc3cli bridgegem openc3-cosmos-bridge-host