-
Notifications
You must be signed in to change notification settings - Fork 0
iantropov/ws_demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Demostration application for libjsonrpc and libws. Consists from two parts : back-end and front-end. Back-end: supply JSON-RPC interface via HTTP and WebSocket Front-end: offer to user possibility to change state of device via browser interface. To start application - build, and launch from directory, where places 'web' directory. Launch options : -- ip address of host -- (optional) ssl - start listen crypted connections. Program waits connection on 8080 port. Build-process: 1. Install libevent (version < 2) 2. Install libcheck (needed for tests) 3. Build and install libevent0 4. Build and install libws (WebSocket library) 5. Build and install libjsonrpc 6. Build and install demo (demo application) Building and installation: $ autoreconf --install -I ./ $ ./configure $ make $ make check # (optional, run tests) $ sudo make install !IMPORTANT For correct work of front-end part you need a browser that implements 00 version of WebSocket protocol (e.g. Google Chrome 6, Firefox 4.0, Opera 11.00, Safari 5.01)
About
A demonstration application for libjsonrpc and libws libraries
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published