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
- Host: GitHub
- URL: https://github.com/org-arl/unet-contrib
- Owner: org-arl
- License: bsd-3-clause
- Created: 2016-12-15T02:18:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T09:15:46.000Z (over 1 year ago)
- Last Synced: 2025-04-13T15:07:43.021Z (about 1 year ago)
- Topics: communications, networking, underwater, unet
- Language: Jupyter Notebook
- Size: 37 MB
- Stars: 11
- Watchers: 9
- Forks: 15
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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