Skip to content

A very simple example of a cpp websocket communicating with a web page.

Notifications You must be signed in to change notification settings

chili-epfl/websocketTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Description

Simple example of a cpp websocket server communicating with a client in a web page.

##Objectives

Use this architecture to develop web applications on the Tinkerlamp, using the web socket server to communicate tag tracking information to the web app.

##Usage

Cpp server

In the cpp directory:

  • mkdir build
  • cd build
  • cmake ../cpp/src
  • make
  • ./bin/server

Web page

With the server running, simply open the page web/index.html

About

A very simple example of a cpp websocket communicating with a web page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages