Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 593 Bytes

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.