Web Based UDOO Board Configuration Tool
HTML CSS JavaScript PHP Shell Python
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 1 commit ahead of UDOOboard:2.0.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app
arduino
bin
bootstrap
debian
public
resources/views
storage
.env
.gitignore
.gitmodules
LICENSE
README.md
artisan
composer.json
composer.lock

README.md

UDOO Board Web Control Panel

UDOO Web Conf

Features

This application allows to quickly use your new UDOO board:

  • view IP and hardware addresses of the network interfaces
  • connect to WiFi networks
  • plot 9-axis sensor values
  • run simple pre-built Arduino sketches
  • develop your own Arduino sketch (writing code or dragging blocks via Ardublockly)
  • change the passwords used to access the board
  • set your regional settings (timezone and locale)
  • change the main video output port (HDMI, LVDS)

Board support

  • UDOO Neo (all editions)

UDOO Quad/Dual are also able to run this application, but it is not officially supported for the moment.

Change TCP port

By default, this tool uses port TCP 80. If you want to change the port run the following command as root:

echo 8080 > /etc/udoo-web-conf/port

If you want to totally disable this tool:

echo manual > /etc/init/udoo-web-conf.override