mattn / anko

Scriptable interpreter written in golang
http://play-anko.appspot.com/
MIT License
1.47k stars 118 forks source link

How can I get the result #352

Closed KangDuoLa closed 1 year ago

KangDuoLa commented 1 year ago

How can I get the result, i want remote execute the script,but it's likes can not get the result,for example do "Println"

mattn commented 1 year ago

What do you mean remote execute?

KangDuoLa commented 1 year ago

What do you mean remote execute?

I send script data to the device on the server for the device to execute. I want to get the return result of the device execution。

KangDuoLa commented 1 year ago

Is it impossible to get the remote execution result? If so, I will think of other ways

mattn commented 1 year ago

It's possible if you write package to communicate the device.

KangDuoLa commented 1 year ago

What do I need to do?