SMerrony / tello

The tello Go (golang) package is an unofficial, easy-to-use, standalone API for the Ryze Tello® drone.
MIT License
80 stars 21 forks source link

gRPC support #5

Closed filippobottega closed 6 years ago

filippobottega commented 6 years ago

Hello, I'd like to use tello library from C# or VB.NET. I think that gRPC may be a solution to consume this library from a .NET desktop application. What do you think about implementing a gRPC server?

Thank you, Filippo.

SMerrony commented 6 years ago

My instinct is that this would be overkill.

Could you not simply use the C# library already available here? - https://github.com/Kragrathea/TelloLib

filippobottega commented 6 years ago

Hello, you are right, when I have opened the issue I didn't know TelloLib. Yesterday I have tested TelloLib and I was able to takeoff my drone.

In my opinion is not a good thing develop the same library in two languages just because the need to maintain the same code twice. I prefer write once and use multiple times. But I agree that using only one language simplify the architecture.

Thank you for your work and your answer, Filippo.