An open API service indexing awesome lists of open source software.

https://github.com/org-arl/unet-contrib

Unet user contributions
https://github.com/org-arl/unet-contrib

communications networking underwater unet

Last synced: about 1 year ago
JSON representation

Unet user contributions

Awesome Lists containing this project

README

          

# Unet user contributions

This repostiory contains open-source contributions to the [Unet project](http://www.unetstack.net) from Unet developers and users and also project discussions and community support for UnetStack.

## Discussions

Please use [[Discussions](https://github.com/org-arl/unet-contrib/discussions)](https://github.com/org-arl/unet-support/discussions) to ask questions, share ideas, and discuss topics related to UnetStack.

## Repo Structure

- [__contrib__](contrib/) : user contributions
- [__dashboards__](dashboards/) : open source Dashboards (web based UIs) built for UnetStack
- [__templates__](templates/) : templates for creating various Unet components
- [__unet-agent__](templates/unet-agent) : templates for creating a basic Unet Agent
- [__tools__](tools/) : useful tools for Unet development
- [__unetsocket__](unetsocket/) : helper libraries for interfacing with UnetStack in various languages

## Contributing

We thank you for your contributions.

### Contribute directly to the unet-contrib repository

If you wish to contribute your own code, please make sure it is working and that you agree to an open source license terms (BSD 3-clause preferred, but if you have another preference, please indicate that in your code). You can then fork this repository,
add your code and a README.md or README.txt file describing the use of your code, in a sub-folder under the contrib directory, and then submit a [pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).

### Contribute with your own repository or web page

If you wish to keep your code or contributions in your own repository or web page, that works too. Just send us a link by posting an [issue](https://github.com/org-arl/unet-contrib/issues) and we'll collate and udpate the UnetStack web site to point to your contribution, with appropriate credits.

### Correctness

The correctness of contributions is the responsibility of the contributor, and not checked by the administrators of this repository.

## Archives

Open source contributions related to older versions of UnetStack can be found in using the snapshots of this repository.

- [unet-1.6-samples](https://github.com/org-arl/unet-contrib/tree/unet-1.6-samples/archive/samples): Samples for pre-UnetStack3.0