Skip to content

iotinga/openivi-html5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 environment for OpenIVI Mobility

This provides a HTML5 runtime for OpenIVI Mobility applications. Documentation is at the main OpenIVI docs site.

This fork aims to integrate Linux SocketCAN interface to read data from CAN bus instead of a demo file.

The interface is optimized for a 800x480 display, but can be easily adapted to different resolution acting on mainwindow.ui and HTML/CSS part.

Contributing

Style

Use the google style: http://google-styleguide.googlecode.com/svn/trunk/cppguide.html

Reformat code using the following before checkin:

clang-format -style google -i *.cc *.h

Linting

To use clang-check to lint the source tree:

clang-check -analyze -p build *.cc

About

An HTML5 environment for openivi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.0%
  • HTML 6.3%
  • CSS 5.9%
  • CMake 5.7%
  • JavaScript 3.1%
  • C 2.0%