Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vatis-project/vatis
Virtual Automated ATIS Generator for VATSIM
https://github.com/vatis-project/vatis
vatsim
Last synced: about 2 months ago
JSON representation
Virtual Automated ATIS Generator for VATSIM
- Host: GitHub
- URL: https://github.com/vatis-project/vatis
- Owner: vatis-project
- License: gpl-3.0
- Created: 2022-04-18T20:12:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T17:44:32.000Z (6 months ago)
- Last Synced: 2024-08-03T14:09:27.790Z (5 months ago)
- Topics: vatsim
- Language: C#
- Homepage: https://docs.vatis.clowd.io
- Size: 1.67 MB
- Stars: 36
- Watchers: 3
- Forks: 15
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vatsim - vATIS - Next Generation ATIS client (Clients / VATSIM Connect)
README
# About
vATIS is a simple and intuitive program for generating ATIS broadcasts on the VATSIM network.# Download
[![Release](https://img.shields.io/github/v/release/vatis-project/vatis?include_prereleases&style=for-the-badge)][1][1]: https://github.com/vatis-project/vatis/releases/latest
# Resources
:globe_with_meridians: [Documentation](https://docs.vatis.clowd.io)# Contributing
vATIS is written in C# (.NET 6.0). Please read the [Contribution Guide](CONTRIBUTING.md) for details on how to contribute to the project. Changes to the vATIS navdata can be contributed in the [vATIS NavData](https://github.com/vatis-project/navdata) repository.# Licensing
vATIS is licensed under the [GPLv3 open-source license](LICENSE).The VatsimAuth library used in this project is proprietary and is not distributed under any license terms, see [VatsimAuth_License.txt](VatsimAuth_License.txt) for details.
# Acknowledgments
* [GeoVR](https://github.com/macaba/GeoVR) AFV client library
* [Concentus](https://github.com/lostromb/concentus) OPUS audio codec implementation
* [NAudio](https://github.com/naudio/NAudio) .NET audio library
* [Json.NET](https://www.newtonsoft.com/json) high-performance JSON framework
* [Ninject](http://www.ninject.org/) .NET dependency injection