- Make sure the Nodejs communication server is running.
- Change the host variable in the file www/mathnet/js/host.js to the url for the Node js server.
- Make sure in the file www/js/main.js on line 5, the URL for the socketio library points to the correct location which is the Nodejs Server's path.
- Also make sure the path is correctly defined on line 6 of the file www/js/network/WSSession.js to point to the Nodejs Server.
- Using this page manage the creation and deletion of groups in class.
- View student.html to login as a student
- Enter the class id (Available on the admin tab of admin.html) and student name
- The list of groups available in the class will be displayed. Click a group to join.
- The Waves app will then load.