C#, .NET Standard based ham radio CAT/CIV control library.
Find a file
2019-03-06 09:13:44 -06:00
Docs/Radios/Yaesu/FT818 Add project files. 2019-03-06 08:41:51 -06:00
.gitattributes Add .gitignore and .gitattributes. 2019-03-06 08:41:49 -06:00
.gitignore Update gitignore. 2019-03-06 08:51:40 -06:00
README.md Update README.md 2019-03-06 09:13:44 -06:00
Serial.cs Update gitignore. 2019-03-06 08:51:40 -06:00
SharpCAT.cs Add project files. 2019-03-06 08:41:51 -06:00
SharpCAT.csproj Add project files. 2019-03-06 08:41:51 -06:00
SharpCAT.sln Add project files. 2019-03-06 08:41:51 -06:00
Yaesu FT818.cs Add project files. 2019-03-06 08:41:51 -06:00

SharpCAT

C#, .NET Standard based CAT control llibrary. I am targeting .Net Standard so that the assembly may be used with .Net Core or the .Net framework.

I'm starting with the FT818, I then plan on adding my ID-4100a, and TH-D74A.

If you wish to help, hit me up, or create a pull request.

Why?

Yes, there's Hamlib, and yes there's HamLibSharp. https://github.com/N0NB/hamlib https://github.com/k5jae/HamLibSharp I don't speak C++ and PInvoke is nasty. That being said, there's also not a pure .Net (C#) CAT control lib out there that I know of.