-
Notifications
You must be signed in to change notification settings - Fork 8
Understanding Hello You
Wendy Ju edited this page Jan 30, 2016
·
5 revisions
We can look at a visual explanation of how the system is working in the diagram below.
The Arduino code written in C++. It may be written or edited on the IxE itself, but it is compiled, uploaded and run on the Arduino board.
The server.js code is written in javascript. It is run on the IxE using node.js.
Index.html is written in html, but with javascript embedded. The client.js code acts as a library for the functions called in index.html, and is written in javascript. These files are served from the IxE when node.js is running server.js. Both run on the web browser.
These links show in more depth what is going on in each component of the IxE.
IxE Workshop
For Novices
Post Novice
0. Logging in as Pi
- Preview the larger IxE image
- [Project Ideas](Project Ideas)
Also [Related Links](Related Links)