Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 506 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 506 Bytes

Bluetooth LE Mesh simulation using Agents.jl

Try it out (via Julia 1.5)

julia --project -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.precompile()' # install dependencies

julia --project examples/run.jl

Try python interface (after following the steps above)

python3 -m pip install --user julia

python3 -c "import julia; julia.install()"

python3 examples/run.py