mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2025-12-06 03:31:59 +01:00
Update README.md
This commit is contained in:
parent
dc495b5cc5
commit
5ab5b8f217
18
README.md
18
README.md
|
|
@ -22,33 +22,33 @@ 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.
|
||||
|
||||
# What needs done?
|
||||
The project is in an early very phase.
|
||||
The project is in an early very phase. The following is in no particular order, except the IRadio bit.
|
||||
|
||||
.5. Implement an IRadio interface.
|
||||
1. Implement an IRadio interface.
|
||||
|
||||
1. Settle on how the radios and commands are defined.
|
||||
2. Settle on how the radios and commands are defined.
|
||||
|
||||
JSON?
|
||||
|
||||
Or just use a .cs file (current)?
|
||||
|
||||
2. Need to support opening / using an arbitrary number of radios.
|
||||
3. Need to support opening / using an arbitrary number of radios.
|
||||
|
||||
RigControl can do 2.
|
||||
|
||||
3. Fully support asynchronous operations.
|
||||
4. Fully support asynchronous operations.
|
||||
|
||||
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. Add support for remote sharing of serial ports.
|
||||
|
||||
5. Implemtment the flrig control protocol.
|
||||
6. Implemtment the flrig control protocol.
|
||||
|
||||
Use this in place of flrig if desired.
|
||||
|
||||
6. Implement the ability to run as a service.
|
||||
7. Implement the ability to run as a service.
|
||||
|
||||
7. Implement CAT and CIV control.
|
||||
8. Implement CAT and CIV control.
|
||||
|
||||
This will come with the first Icom radio implemented I figure.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue