项目作者: ogoremeni

项目描述 :
Bluetooth LE Mesh simulation
高级语言: Julia
项目地址: git://github.com/ogoremeni/bluemesh7.git
创建时间: 2020-08-29T13:49:43Z
项目社区:https://github.com/ogoremeni/bluemesh7

开源协议:Apache License 2.0

下载


Bluetooth LE Mesh simulation using Agents.jl

Try it out (via Julia 1.5)

  1. julia --project -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.precompile()' # install dependencies
  2. julia --project examples/run.jl

Try python interface (after following the steps above)

  1. python3 -m pip install --user julia
  2. python3 -c "import julia; julia.install()"
  3. python3 examples/run.py