Skip to content

rohanrhu/gdb-frontend-live-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdb-frontend-live-client: client for gdb-frontend-live

Client for GDBFrontendLive.

GitHub release GitHub issues GitHub forks GitHub stars Gitter Donate

Configuration

You must configure hostname and path from js/config.js.

Options:

GDBFrontendLive.config.http_protocol = 'http';
GDBFrontendLive.config.http_path = '/gdb-frontend-live-client';
GDBFrontendLive.config.ws_protocol = 'ws';
GDBFrontendLive.config.host = '192.168.1.102';
GDBFrontendLive.config.port = 4551;

Donate

You can donate to support the project.

Donate using Liberapay

License

GNU General Public License v3 (GPL-3)

You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.

About

Client for GFLive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published