Skip to content

bpot/bit-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Bit-Engine

A BitTorrent client built with Ruby and EventMachine.

Bit-Engine is still experimental.  It is just at the point where you can download torrents with it.

= Usage

# Starting the daemon

bte_daemon [download_path] [port] 

# Adding a torrent

bte_client add [path]

# Summary Status

bte_client status

# Starting/Stopping a torrent

bte_client start [info_hash]
bte_client stop  [info_hash]

# Torrent Peers 

bte_client peers [info_hash]

= License

Ruby License, http://www.ruby-lang.org/en/LICENSE.txt.

About

A BitTorrent client built with Ruby and EventMachine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages