Home→Forums→MonoBrick Communication Library→Communication via wifi on ev3→Reply To: Communication via wifi on ev3
June 24, 2015 at 07:42
#5434
Anders Søborg
Keymaster
Hi there
Sorry for the late reply. If you want to run commands from a website simply make Nancy return a webpage like
this this (I know that there is a lot of bad javascript code in this file so no need to mention that 🙂
You also need to define the URL that does something. Look at
this example.
If you finde the code in the webserver example confusing then make your own Nancy example shown in this totorial
here.
If you find the speed of Nancy a problem then use this
code as a starting point (This is code for the controller for the LEGO truck I posted in a previous post).
Please write if you have questions
/Anders
Follow