monsieurgustav / UE-OSC

OSC plugin for Unreal Engine 4 Blueprints
MIT License
322 stars 95 forks source link

TCP version #89

Open gaborpapp opened 3 years ago

gaborpapp commented 3 years ago

As far as I know it's UDP only. Would it be possible to add TCP support?

monsieurgustav commented 3 years ago

Hi Gaborapp, Indeed it is currently UDP only, as OSC generally is. Adding support for TCP is largely doable, but I have no plan to code it myself.

gaborpapp commented 3 years ago

Thanks. Would you accept a pull request about this? As I see it now oscpack can be replaced with liblo that supports TCP.

monsieurgustav commented 3 years ago

Yes, I would accept a PR! Some recommandations: