Skip to content

OUIsolutions/CWebStudioFirmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CWeb Firmware

CWebFirmware is a CLI to be used in conjunction with CWebStudio, designed to make updates to the server generating 0 downtime, where instead of running an executable directly, you import a dynamic library, which allows you to install the .so/.dll on the server without disabling the server that is running.

Release

Item Description
CWebStudioFirmware.c Amalgamation
CWebStudioFirmware.zip Zip Folder

Getting Started

  • Linux:
 gcc CWebStudioFirmware.c  -o CWebStudioFirmware
  • mingw:
  i686-w64-mingw32-gcc CWebStudioFirmware.c  -o CWebStudioFirmware.exe -lws2_32

Overview

User point of view

Docs

Item Description
building.md Instructions for building the project.
developing_dynamic_bins.md Guide for developing dynamic library bins compatible with the server.
cli_usage.md Command line usage and configuration options.
routes.md Overview of available routes and their functionalities.
dependencies.md Dependencies and licenses.