lp_asam.docx

I need a landing page interface that I will work on linux and that is accessed via Chrome, Firefox. browsers.

TIme: 3 days

Price: ??

I am trying to put together some project that I am interested in. What I need is the landing page is on simple board that uses linux as an operating system. The project I am trying to interface uses some .txt files that it either read from or writes to.  There shall be a webcam stream with ability to snap shot, visual representation to the data read, some position on maps. This project can be simulated as webcam wi-fi controlled car. The server is on the controller board and the user needs to control each tire motor by entering a number to each individual motor. The interface will tell the user current motor reading based on another numbers I am feeding from the sensors. The webcam is using sort of local address udp://@ 10.0.0.4:1234  .  for following parts there is .txt file for each part. There is direction due to N, S, E, W representation in degrees 0 is north east is 90. There is a tilt representation in degrees 0 is parallel to leveled ground 90 is max. The map GPS position provides location based on the latitude and longitude read. There is local server time. If things goes well .. I am planing to have another job request to expand this idea. I need some prototype 2 by the provided dead line. Final product as I hope can be delivered on mid Mar.15th 2014 Please let me know about the final product date if it needs more time. I would be waiting for the price suggestion you will provide. If you need more details please feel free to ask so I could provide better picture about what is in my mind for this project.

Details: I am using Beagleboard Black for this project, which has Ubuntu os installed on it. The system is ready to use Javascript and by default Html5 and css. I am trying to interface some .txt files that it either read from or writes to some data folder.  There shall be a webcam stream with ability to snap shot,visual representation to the data read, some position on maps. This project can be simulated as webcam wifi controlled car. The server is on the controller board and the user needs to control each tire motor by entering a number to each individual motor. The interface will tell the user current motor reading based on another numbers I am feeding from the sensors. The webcam is using sort of local address udp://@ 10.0.0.4:1234  .  for following parts there is .txt file for each part. There is direction due to N, S, E, W representation in degrees 0 is north east is 90. There is a tilt representation in degrees 0 is parallel to leveled ground 90 is max. The map GPS position provides location based on the latitude and longitude read. There is local server time. I was looking to some work that I could modify and use and http://wrapbootstrap.com/preview/WB0PHMG9K is a great example of what I was going to work on. please ask any clarification questions.

I think I need to clarify my GPS .txt file shows GPRMC data in following order Message ID,  UTC Time, Status, Latitude, N/S Indicator, Longitude, E/W Indicator, Speed Over Ground [knots], Course Over Ground, Date, Magnetic Variation The actual content looks like: $GPRMC,073044.000,A,2625.9982,N,08007.1736, W,1.73,270.41,161113,,,A*7D $GPGGA,073045.000,2625.9983,N,08007.1735,W,1,06,2.8,17.5,M,-28.5,M,,0000*51 I need to take longitude, latitude, and time and save in txt where it is represented.