Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

floogulinc/ToastWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToastWeb Build Status

Web UI for Toast

ToastWeb main screen screenshot

How to use

Set port in the config to the port you want the web UI to be served on.

Example config:

{
	"port":5802,
}

Development Setup

To set up this module in your development environment, follow these steps:

  1. Clone the repository
  2. Run gradlew eclipse for eclipse, or gradlew idea for IntelliJ (linux/mac users should use ./gradlew instead of gradlew.)
  3. Edit the build.gradle file to reflect your desired configuration (e.g. changing the Team Number)

To build this module, simply run gradlew build. To deploy this module to your Robot, simply run gradlew deploy. If you haven't already, you can deploy Toast to your Robot by running gradlew toastDeploy.

Screenshots

Main Screen

ToastWeb main screen screenshot

Configuration Screen

ToastWeb configuration screen screenshot