Skip to content

jBRNDnl/herms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firmware

Build and deploy

$ cd firmware
$ export MIX_TARGET=rpi
$ mix deps.get
$ mix firmware
# first time
$ mix firmware.burn
# later on
$ mix firmware.push 192.168.1.4 --target rpi
# connect to pi and ping store
$ iex --name [email protected] --remsh [email protected] --cookie secure
iex([email protected])1> :net_adm.ping(:'[email protected]')
:pong

Store

Build and run (in shell dev mode)

$ cd store
$ rebar3 get-deps
$ rebar3 compile
$ rebar3 shell --name [email protected] --setcookie secure
# ping firmware
([email protected])1> net_adm:ping('[email protected]').
pong

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 54.7%
  • Elixir 45.3%