2019-03-06 15:57:01 +01:00
|
|
|
# SharpCAT
|
2019-03-06 16:12:40 +01:00
|
|
|
C#, .NET Standard based CAT control llibrary.
|
2019-03-06 16:14:08 +01:00
|
|
|
|
2019-03-06 16:12:40 +01:00
|
|
|
I am targeting .Net Standard so that the assembly may be used with .Net Core or the .Net framework.
|
2019-03-06 15:57:01 +01:00
|
|
|
|
|
|
|
|
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.
|
2019-03-06 16:12:40 +01:00
|
|
|
|
|
|
|
|
# Why?
|
2019-03-06 16:13:44 +01:00
|
|
|
Yes, there's Hamlib, and yes there's HamLibSharp.
|
2019-03-06 16:14:08 +01:00
|
|
|
|
2019-03-06 16:13:44 +01:00
|
|
|
https://github.com/N0NB/hamlib
|
2019-03-06 16:14:08 +01:00
|
|
|
|
2019-03-06 16:13:44 +01:00
|
|
|
https://github.com/k5jae/HamLibSharp
|
2019-03-06 16:14:08 +01:00
|
|
|
|
2019-03-06 16:13:44 +01:00
|
|
|
I don't speak C++ and PInvoke is nasty.
|
2019-03-06 16:14:08 +01:00
|
|
|
|
2019-03-06 16:12:40 +01:00
|
|
|
That being said, there's also not a pure .Net (C#) CAT control lib out there that I know of.
|