I notice the "left" button moves the roomba forward instead of spin left. the right button works properly.
my cat seems more interested in the side brush as a toy however.

Just go to the menu "Extra" and enable the webserver.bhylak wrote:How do you use/activate the webserver?
Glad your back! Amazing program!Black_64 wrote:Just go to the menu "Extra" and enable the webserver.bhylak wrote:How do you use/activate the webserver?
The default port = 8080 and default password = roomba
Once your webserver is started, you can test it in your webbrowser.
Use this link to test on the same pc:
http://127.0.0.1:8080
or
http://localhost:8080
If you want to test from another pc in the same lan, you need to know the ip of the pc where "Roomba Status" runs.
Example with ip 192.168.123.10
http://192.168.123.10:8080/
If you want to use it from outside your house (www) then you need to open port 8080 in your router andforward this port to your pc.
Then you also need to know your IP of your provider.
http://myip_provider:8080/
If your ip is changeing (not fix IP) then you can use a DNS service to reslove your ip. (look at dyndns.org)
http://myip.dns.org:8080/
Could you please add support for driving it over the web? Thanks!bhylak wrote:Glad your back! Amazing program!Black_64 wrote:Just go to the menu "Extra" and enable the webserver.bhylak wrote:How do you use/activate the webserver?
The default port = 8080 and default password = roomba
Once your webserver is started, you can test it in your webbrowser.
Use this link to test on the same pc:
http://127.0.0.1:8080
or
http://localhost:8080
If you want to test from another pc in the same lan, you need to know the ip of the pc where "Roomba Status" runs.
Example with ip 192.168.123.10
http://192.168.123.10:8080/
If you want to use it from outside your house (www) then you need to open port 8080 in your router andforward this port to your pc.
Then you also need to know your IP of your provider.
http://myip_provider:8080/
If your ip is changeing (not fix IP) then you can use a DNS service to reslove your ip. (look at dyndns.org)
http://myip.dns.org:8080/
P.S. I'm running it on a Mac via Wine
You can control it already over the web.bhylak wrote:Could you please add support for driving it over the web? Thanks!
This is a old project and i don't have the Roomba anymore.mfortuna wrote:How about providing the source code? That way users can add their own features, etc.