helium / gateway-config

The Helium configuration application. Enables configuring the Helium Hotspot over Bluetooth
Apache License 2.0
38 stars 25 forks source link

Documentation on shell usage ./rebar3 shell #76

Closed fredsco closed 2 years ago

fredsco commented 2 years ago

Hi!

After I run ./rebar3 shell am not sure what commands I can use.. how can I turn on the gateway and turn on bluetooth advertisement? I want to try out the shell and do something similar like this:

sudo _build/prod/rel/gateway_config/bin/gateway_config start _build/prod/rel/gateway_config/bin/gateway_config advertise on

evanmcc commented 2 years ago

you do those things at the actual shell. rebar3 shell is a debugging facility that we haven't really set up.