tinygo
tinygo copied to clipboard
TinyGo, TCP/UDP, Linux
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.