Interfacing android and arduino through an audio connection.

Monday 16 January 2012

Time to report

Once the project is finish, is time to collect all the information.

One importat part of the report is to explain how the code works. Is important to define all the classes and all the information flow between them, the most clearly way to describe this is using sequence diagrams.

The reason I'm writting this post is because I found an interesting Java program which creates this sequence diagram from your source code.

This program is eUML2,


eUML2 for Java is a powerful UML modeler designed for Java developer in Eclipse. The main features are:
  • Real-time code/model synchronization
  • Advanced reversed engineering
  • Powerful true dependency analyze tools
  • JDK 1.4 and 1.5 support
  • Customizable template support. 
These tools are designed specially for developers to put UML in action at the development level: ensure the software quality and reduce the development time.

Website: http://www.soyatec.com/euml2/