go-rpi-rgb-led-matrix icon indicating copy to clipboard operation
go-rpi-rgb-led-matrix copied to clipboard

RPC Client Server with Emulator

Open marcinguy opened this issue 7 years ago • 0 comments

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?

marcinguy avatar Dec 22 '17 12:12 marcinguy