VILLASframework
Modular co-simulation framework
HTTP / WebSocket server

Example

http = {
enabled = true, # Do not listen on a port if false
htdocs = "/villas/web/socket/", # Root directory of internal webserver
port = 80 # Port for HTTP connections
ssl_cert = "/etc/ssl/certs/mycert.pem";
ssl_private_key= "/etc/ssl/private/mykey.pem";
}

Configuration