Skip to content

marcogiovinazzi/daemon-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daemon-examples

This repository contains examples of daemons built with comodojo/daemon.

For more information please check the comodojo/daemon documentation.

Usage

First clone the repository and install dependencies using composer:

composer install

Once the installation is complete, use the scripts in the /bin folder to launch daemons and clients.

Package content

In the /src/DaemonExamples folder:

  1. EchoDaemon: a daemon that replicates user messages via RPC socket
  2. CopyDaemon: a daemon that uses a worker to copy a file every {looptime} seconds
  3. CopyWorker: the worker for the CopyDaemon

In the /bin folder:

  1. echodaemon: launch script for the EchoDaemon
  2. echodaemon_client: client to interact with the EchoDaemon
  3. copydaemon: launch script for the CopyDaemon
  4. copydaemon_client: client to interact with the CopyDaemon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages