mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-04-07 15:33:45 +00:00
Update README.md
This commit is contained in:
parent
b3c5c52965
commit
e31bfb83ea
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -21,9 +21,23 @@ That being said, there's also not a pure .Net (C#) CAT control lib out there tha
|
||||||
# What needs done?
|
# What needs done?
|
||||||
The project is in an early very phase.
|
The project is in an early very phase.
|
||||||
1. Settle on how the radios and commands are defined.
|
1. Settle on how the radios and commands are defined.
|
||||||
|
|
||||||
JSON?
|
JSON?
|
||||||
|
|
||||||
Or just use a .cs file (current)?
|
Or just use a .cs file (current)?
|
||||||
|
|
||||||
2. Need to support opening / using an arbitrary number of radios.
|
2. Need to support opening / using an arbitrary number of radios.
|
||||||
|
|
||||||
RigControl can do 2.
|
RigControl can do 2.
|
||||||
|
|
||||||
3. Fully support asynchronous operations.
|
3. Fully support asynchronous operations.
|
||||||
|
|
||||||
There's some handy events exposed by .net for data received on the Serial Port.
|
There's some handy events exposed by .net for data received on the Serial Port.
|
||||||
|
|
||||||
|
4. Add support for remote sharing of serial ports.
|
||||||
|
|
||||||
|
5. Implemtment the flrig control protocol.
|
||||||
|
|
||||||
|
Use this in place of flrig if desired.
|
||||||
|
|
||||||
|
6. Implement the ability to run as a service.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue