.Net (c#) Library for Windows
Posted: Wed Mar 20, 2013 1:31 am
Everyone,
Would there be any interest (other than myself) in a c# based library for this?
I have my copter on order (delivery May 2) and was thinking of how can I pass the time awaiting it's arrival...
Looking at the info on line for the radio itself from nordic and and the python code...I may be naive, but suspect it would be not be impossible to reimplement this in C#? Although I don't have much experience accessing USB devices from c# I do have extensive experience with implementing various protocols across sockets and TCIP from .Net CF and full framework
If I hear enough responses, I will look into this further. Particularly whether this will require a stub C dll (called form p/interop) or not?
Right now my intent would be to focus only on the minimum necessary code to implement:
Connecting/disconnecting to the USB radio.
Sending basic commands (pitch/roll/yaw).
Of course, anything will be happily shared with the community.
Would there be any interest (other than myself) in a c# based library for this?
I have my copter on order (delivery May 2) and was thinking of how can I pass the time awaiting it's arrival...
Looking at the info on line for the radio itself from nordic and and the python code...I may be naive, but suspect it would be not be impossible to reimplement this in C#? Although I don't have much experience accessing USB devices from c# I do have extensive experience with implementing various protocols across sockets and TCIP from .Net CF and full framework
If I hear enough responses, I will look into this further. Particularly whether this will require a stub C dll (called form p/interop) or not?
Right now my intent would be to focus only on the minimum necessary code to implement:
Connecting/disconnecting to the USB radio.
Sending basic commands (pitch/roll/yaw).
Of course, anything will be happily shared with the community.