Skip to content

kmundnic/WSNs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WSNs.jl

Tools for simulating wireless sensor networks (WSNs).

Installation

This is an unregistered package. To use it, do the following (this asummes you have Julia v1.0 or newer installed).

Create a development directory for Julia, and clone the repository into that directory:

$ mkdir ~/.julia/dev
$ cd ~/.julia/dev
$ git clone [email protected]:kmundnic/WSNs.jl.git

Then, open your ~/.julia/config/startup.jl file and add the following line:

push!(LOAD_PATH, expanduser("~/.julia/dev/"))

Then, you can open Julia and load this package with using WSNs.

About

Simulation of wireless sensor networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages