Skip to content

A utility for running a screen-like program in daemon mode and allow monitoring of stdin/stdout over an HTTP graphical interface.

License

Notifications You must be signed in to change notification settings

francesmatthew/webproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebProc

A utility for running a screen-like program in daemon mode and allow monitoring of stdin/stdout over an HTTP graphical interface. The program maintains two threads: one to run the program itself and one to interface with stdin/stdout of the program. WebProc can also configure tasks to run on a schedule.

This program was initially designed for interfacing with a Minecraft server.

Note: This program is currently under development, all desired features have not been implemented

Dependencies

  • cmake, version 3.22 or newer
  • C++ build tools

Build Instructions

Create a build directory, and configure it as the binary directory for the build system:

mkdir build
cd build
cmake ..

Then, build the executable:

make

Install the executable in a system path:

Note: The location of this executable may be changed by providing the -DCMAKE_INSTALL_PREFIX argument to the cmake command in the first step.

sudo make install

About

A utility for running a screen-like program in daemon mode and allow monitoring of stdin/stdout over an HTTP graphical interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published