trick/trick_source/web
jmpenn 2a03ff5cf4
Replace sprintf with snprintf in all of Trick source. #1384 (#1392)
* Replace sprintf with snprintf in all of Trick source. #1384

* Don't add -Werror for MacOS because of deprecated sprintf warnings which we cant get rid of because SWIG. #1384

* Fixed an unbalanced parenthesis in S_overrides.mk. #1384
2022-11-15 15:00:05 -06:00
..
apps Use better WebSocket constructor in wsexp.html because it's an example. 2019-11-06 13:18:29 -06:00
CivetServer Replace sprintf with snprintf in all of Trick source. #1384 (#1392) 2022-11-15 15:00:05 -06:00
dashboard Bump eventsource from 1.0.7 to 1.1.1 in /trick_source/web/dashboard (#1276) 2022-06-13 10:43:03 -05:00
images Add images directory and trick_icon.png needed for webserver. 2019-11-04 12:52:29 -06:00
README.md Create short README for web server to help navigate to documentation 2019-11-20 15:51:32 -06:00

Web Server

Trick has the capability to create a custom built web server for your sim.

You can find documentation here:

Web Server Documentation