riebl / vanetza

Open-source implementation of the ETSI C-ITS protocol stack
Other
202 stars 158 forks source link

Added TCP LinkLayer to socktap #191

Closed fysch closed 1 year ago

fysch commented 1 year ago

I've added TCP to socktap. To accept incoming connections, use --tcp-accept 127.0.0.1:12345. To connect to another service, use --tcp-connect 127.0.0.1:12345.

riebl commented 1 year ago

Nice! Let me give it a final try, I will merge it then.

fysch commented 1 year ago

I've just encountered some issues with it today. I will try to resolve them in the next days. So, don't worry about testing right now.

fysch commented 1 year ago

@riebl I have resolved the issues.

riebl commented 1 year ago

Thanks a lot for your patience while contributing your TCP link layer!