Skip to content

a Html/Javascript interface that interacts with server-side Clips interface using HTML5 WebSockets

Notifications You must be signed in to change notification settings

vemalganesh/symptomChecker

 
 

Repository files navigation

symptomChecker

a Html/Javascript interface that interacts with server-side Clips interface using HTML5 WebSockets Demo

Check demo here (hosted in Amazon Web Services in a EC2 Ubuntu instance): http://54.194.22.198/diplomatiki/html/index.html (multilingual). Details

server-side controller takes advantage of websocketd project (https://github.com/joewalnes/websocketd/) to wrap the CLIPS interface to a WebSocket interface. In order to start server-side CLIPS interface execute: ./websocketd --port=8088 /Applications/CLIPS/./clips -f troubleshooter.clp where 8088 is the desired port /Applications/CLIPS/./clips is the path to the clips executable and troubleshooter.clp is the clips source.

In order to start the server and then close the terminal execute: nohup loop_troubleshooter.sh &

Download the right version of webSocketd from https://github.com/joewalnes/websocketd/wiki/Download-and-install

About

a Html/Javascript interface that interacts with server-side Clips interface using HTML5 WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • CSS 22.9%
  • HTML 7.4%
  • CLIPS 4.3%