go-rpi-rgb-led-matrix
go-rpi-rgb-led-matrix copied to clipboard
RPC Client Server with Emulator
Started the client. It listens on IPv6 (tcp6)
tcp6 0 0 :::1234 :::* LISTEN 29868/main
adjusted the client to connect to:
rpc.NewClient("tcp6", "[::]:1234")
Testing it with emulator, but unfortunately the window remains black. Nothing is displayed.
I tested it under user root.
Does this also work with emulator?