https://github.com/wafflecomposite/taumulticastreferencecsharp
Tautracker multicast client reference C# implementation (with basic CLI)
https://github.com/wafflecomposite/taumulticastreferencecsharp
Last synced: 2 months ago
JSON representation
Tautracker multicast client reference C# implementation (with basic CLI)
- Host: GitHub
- URL: https://github.com/wafflecomposite/taumulticastreferencecsharp
- Owner: wafflecomposite
- License: mit
- Created: 2020-03-05T15:30:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T17:37:20.000Z (about 5 years ago)
- Last Synced: 2025-01-23T17:55:04.902Z (4 months ago)
- Language: C#
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TauMulticastReferenceCSharp
Tautracker multicast client reference C# implementation (with basic CLI)[](https://travis-ci.com/github/wafflecomposite/TauMulticastReferenceCSharp/builds)
Minimum requirements is `.Net Framework >=4` or `.Net Core >= 2.1`. No external dependencies.
Core client files to use in plugins is [TauObjects.cs](https://github.com/wafflecomposite/TauMulticastReferenceCSharp/blob/master/TauMulticastReferenceCSharp/TauObjects.cs) and [TauMulticast.cs](https://github.com/wafflecomposite/TauMulticastReferenceCSharp/blob/master/TauMulticastReferenceCSharp/TauMulticast.cs)
Two .sln files here is mostly for Travis, but you can use them to build CLI tool, just keep in mind that you will need to delete the /bin/ and /obj/ folders if you want to switch between framework and core versions (`dotnet restore` may also come in handy for core version)