Skip to content

emanuelepaiano/SpringDuino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringDuino

Spring MVC raw application with Arduino Service

alt tag

Using this tool you can interface Arduino (or compatible boards) with Spring framework and REST services. This project can be used for:

  • Building small domotics and IoT control panel
  • Interfacing robotics application with Java Spring

Download available on Github repository

How does it work?

Connection is based on a Java arduino serial monitor (SerialDuino).

Web access credentials:

  • Username: root - Password: password
  • Username: admin - Password: password
  • Username: guest - Password: password

You can change login settings into src/main/webapp/WEB-INF/context-security.xml

License

Apache 2.0