Ubuntu 12.04 to embedded linux -- Share data over ethernet and visualize on ubuntu 12.04
-
Hi all,
I'm making an application which runs on an embedded system. This application will read data from canbus an visualize it.
Now I would like to be able to connect my computer to the embedded system over ethernet (IPv4 Methode : Shared to other computers) and run the same application on my computer (on the big screens :D).Has somebody experience on how to program the link between the computer and the embedded system in qtcreator as described above?
I was searching the internet, but can't seem to find a solution on how to get started.Thanks in advance,
Kind regards,
TMJJ -
@TMJJ001 I would not run this software on your PC - how would it communicate over canbus?
Instead you can provide the possibility to connect to this software (server) over network and then write client software for your PC which connects to your server software on the embedded device.