-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hi there,
I'd like to reuse fibre to enable the communication between Linux and STM32 (run FreeRTOS). fibre is really a good project to do this kind of thing. For a new beginer, implement an rpc from scratch is not an easy thing and I think fibre is a good start. I also referred ODrive. However, I have a lot of issues when working on this. The root cause is that I didn't understand fiber well. Hence, I decided to run the example in fibre/test (fibre over tcp).
Can anyone give some advice about the following questions:
- I notice there is a lot of F_LOG_D. How to enable it? Any other debug methods are welcome!
- To establish the connection between server and client. What does the following code do?
with fibre.Domain("tcp-client:address=localhost,port=14220") as domain:Thanks a lot for any comments in advence.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels