Skip to content

narspt/XLXEcho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

XLXEcho

This software interlinks (as a peer) with XLX reflector and provides echo/parrot functionality.

Build

Program is a single C file, no makefile is required. To build, simply run gcc:

gcc -o xlxecho xlxecho.c

or for old gcc:

gcc -std=gnu99 -lrt -o xlxecho xlxecho.c

Usage

Run xlxecho:

./xlxecho ECHO 127.0.0.1 &

Add this line on xlxd.interlink:

ECHO 127.0.0.1 Z

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages