tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

TinyGo, TCP/UDP, Linux

Open en-v opened this issue 4 years ago • 3 comments

Hi there! I want to create an application for a Linux-based IP-camera with TinyGo but I found that TinyGo doesn't support the "net" package. How can I get access to TCP/UDP data-transmission with TinyGo? I have only two ideas (CGO and "netcat" piping) but it looks like crutches ((

UPD: the "netcat" piping is impossible because the "os/exec" package doesn't supported too.

en-v avatar Apr 06 '21 19:04 en-v