Hi all,
Another announcement for Christmas.
One particularity of this version compared to the previous ones is the possibility to plug a Wifi key and connect via TCP.
Now, you can control your robot with Pharo !
Just load these lines:
�
Gofer it
username: ''
password: '';
package: 'ConfigurationOfJetStorm';
load.
(Smalltalk at: #ConfigurationOfJetStorm) loadBleedingEdge.
�
I know also that for Christmas, it is not possible to learn a new API, we all have a lot of other things to do ! So, you can play with it into Phratch.
For that, just load Phratch and the package EV3Phratch as following.
�
Gofer it
username: ''
password: '';
package: 'ConfigurationOfPhratch';
load.
(Smalltalk at: #ConfigurationOfPhratch) loadBleedingEdge.
Gofer it
username: ''
password: '';
package: 'EV3Phratch';
load.
�
Have fun !
Jannik
PS: for now, this package in prototype, it can change a lot and can have bugs. Do not hesitate to give feedbacks.
PS2: I hope to write a doc for it !