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
python3 -m pip install --user julia
python3 -c "import julia; julia.install()"
python3 examples/run.py