Skip to content

maxreciprocate/bluemesh7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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