Skip to content

hesamat/MiddleMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiddleMan

MiddleMan is a http socket relay supporting two clients. It supports recording and data playback.

By default, it listens on port 5700. The data is relayed in the following format to the client:

{
    time,
    data
}

Using -o option you can run the server in the one-sided mode in which it will relay back the data to the same client.

Also, -p option will run the server in the playback mode in which it will stream (with the same timing periods) a pre-recorded stream to the client.

About

A http socket relay supporting two clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors