2017-05-10 11:16 GMT+02:00 Steven Costiou <steven.costiou@kloum.io>:
In the end i will embed the remote image in a raspberry pi and access it remotely, so the ui will (absolutely) not be needed

I am currently working on RPI support. I will present it next week.
If you want to try:
Metacello new
�� �� �� �� smalltalkhubUser: 'Pharo' project: 'IoT';
�� �� �� �� configuration: 'IoT';
�� �� �� �� version: #stable;
�� �� �� �� load: 'RemoteToolsServer'.
Then from playground evaluate:
lib := remotePharo evaluate: [ WiringPiLibrary uniqueInstance].
board := RpiBoardBRev1 driver: (RpiWiringPiDriver lib: lib).
board inspect
It requires wiringPi external library which I think should be installed by default.
Anyway I will publish it next week with more details and demos.