Skip to content

Commit

Permalink
DESERT Release 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefava86 committed Mar 14, 2021
1 parent c857ea2 commit 2c40c5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.2.3 - 2021-03-14
* Improved doxygen documentation and project README
* Now doxygen is hosted on github pages
3.2.2 - 2021-02-02
* Update zlib to Latest
* Fix hd5 to use local zlib
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ importance to realize a communication and networking architecture that
allows heterogeneous nodes to communicate reliably in the underwater
environment.

### Documentation

See our [github.io webpage](https://signetlabdei.github.io/DESERT_Underwater_doc/)

### Installation
### Website

To install DESERT Underwater follow the instructions at the [doxygen documentation](http://telecom.dei.unipd.it/ns/desert/DESERT3_HTML_doxygen_doc/)
Checkout our [website](http://desert-underwater.dei.unipd.it/)

### Samples

Expand All @@ -35,9 +37,14 @@ The basic structure of DESERT adheres to the
A set of **packers** allows DESERT to also be connected to real devices, thus using the same
code in both simulation and a real sea experiment.

### Code style

Please take a look at the [code style](coding_rules.md)

### Contributing to the project

Contributions from the community are welcome and appreciated.
To maintain consinstency and provide ease of integration and readability, the project has a set of rules for
coding and submitting changes. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md)
if you want to contribute.
Before committing your changes, please give a read at this [set of rules](commit_rules.md)

0 comments on commit 2c40c5a

Please sign in to comment.