Skip to content
/ gostream Public

Simple server for streaming local files to remote clients via TCP.

Notifications You must be signed in to change notification settings

emate/gostream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

gostream

Simple server for streaming local files to remote clients via TCP.

Installation:

gostream depends on github.com/ActiveState/tail module

$ go get https://github.com/ActiveState/tail

Get gostream and build it!

$ git clone https://github.com/emate/gostream 
$ go build gostream.go

How to run:

Run server

$ gostream [-l 0.0.0.0:8080] <filename>

On the other side, you can connect to socket and receive streamed file:

$ telnet REMOVE_GOSTREAM_SERVER_IP PORT

About

Simple server for streaming local files to remote clients via TCP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages