Main > Free Download Search >

Free bittorrent protocol daemon software for mac

bittorrent protocol daemon

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 596
BitTorrent 4.4.1

BitTorrent 4.4.1


BitTorrent is a P2P Protocol for file distribution more>>
BitTorrent is a protocol for distributing files. It identifies content by url and is designed to integrate seamlessly with the web.

Its advantage over plain http is that when multiple downloads of the same file happen concurrently, the downloaders upload to each other, making it possible for the file source to support very large numbers of downloaders with only a modest increase in its load.

BitTorrent is a simple software product which addresses all of these problems.

The key to scaleable and robust distribution is to tap the unutilized upstream broadband capacity of your customers. Its free and abundant. Their contribution grows at the same rate as their demand, creating limitless scalability for a fixed cost.

BitTorrent is not just a concept, but has a functioning implementation, already capable of swarming downloads across unreliable networks. BitTorrent has been embraced by numerous publishers to cost-effectively distribute to millions of users.

BitTorrent is the result of over two years of intensive development.
<<less
Download (1.4MB)
Added: 2007-02-26 License: Freeware Price:
575 downloads
TelProtocolHandler 1.0

TelProtocolHandler 1.0


TelProtocolHandler - Control scriptable applications via a web browser more>>
Ever imagined that you can control scriptable applications via Internet Explorer or Netscape through your own personal protocol or pseudo-protocol?

TelProtocolHandler shows how to do it! This is not an "off the shelf" script - although it works. It mainly shows and explains the basic idea behind the concept.

Completly freeware for personal use.
<<less
Download (11KB)
Added: 2006-05-25 License: Freeware Price:
1251 downloads
Wired Server Status Daemon 1.0

Wired Server Status Daemon 1.0


Wired Server Status Daemon is a product that is firstly started for Wired server. more>>
Wired Server Status Daemon 1.0 is a product that is firstly started for Wired server. Checks the status of the specified server ("online" or "offline") at a specified frequency. Outputs a JavaScript .js file with the status and server address. Auto-upload to a web server (via FTP) option is available.

Enhancements:

  • Completely configurable
  • New check method

Requirements:

  • Mac OS X 10.1 or later.
<<less
Download (947K)
Added: 2004-10-05 License: Free Price:
downloads
BitTorrent Live Feed and Search 1.0

BitTorrent Live Feed and Search 1.0


BitTorrent Live Feed and Search - Widget for bittorrent search and more more>>
Fenopy BitTorrent Live Feed and Search is the first public release of fenopys live submit spy and bittorrent search. Two great features in 1 little widget!
Live self updating submssion spy and bittorrent search.
Enhancements:
- Initial release.
<<less
Download (147KB)
Added: 2006-10-03 License: Freeware Price:
1121 downloads
BitTyrant for Mac OS X 1.1.1

BitTyrant for Mac OS X 1.1.1


A new, protocol compatible BitTorrent client that is optimized for fast download more>> BitTyrant is a new, protocol compatible BitTorrent client that is optimized for fast download performance. BitTyrant is...
Fast:During evaluation testing on more than 100 real BitTorrent swarms, BitTyrant provided an average 70% download performance increase when compared to the existing Azureus 2.5 implementation, with some downloads finishing more than three times as quickly.
Fair:BitTorrent was designed with incentives in mind: if a user is downloading at 30 KBps, they should upload at 30 KBps. However, due to the unique workload properties of many real-world swarms, this is not always enforced. BitTyrant is designed to make efficient use of your scarce upload bandwidth, rewarding those users whose upload allocations are fair and only allocating excess capacity to other users.
Familiar:BitTyrant is based on modifications to Azureus 2.5, currently the most popular BitTorrent client. All of our changes are under the hood. You find the GUI identical to Azureus, with optional additions to display statistics relevant to BitTyrant operation.
<<less
Download (8.28MB)
Added: 2009-04-04 License: Freeware Price: Free
205 downloads
libtorrent 0.14.4

libtorrent 0.14.4


Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around more>> Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around

libtorrent is a C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use.
libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.
Although it comes with a working example client, libtorrent is a library and not a full featured client.
The main goals of libtorrent are:
- to be cpu efficient
- to be memory efficient
- to be very easy to use
libtorrent has been successfully compiled and tested on:
- Windows 2000 vc7.1, vc8
- Linux x86 GCC 3.3, GCC 3.4.2
- Mac OS X (darwin), (Apples) GCC 3.3, (Apples) GCC 4.0
- Sun OS 5.8 GCC 3.1
- Cygwin GCC 3.3.3
NOTE: libtorrent is licensed and released under the BSD-license.

Main features:
- trackerless torrents (using the Mainline kademlia DHT protocol) with some DHT extensions.
- support for IPv6
- NAT-PMP and UPnP support (automatic port mapping on routers that supports it)
- piece-wise, unordered, incremental file allocation
- uses separate threads for checking files and for main downloader, with a fool-proof thread-safe library interface. (i.e. Theres no way for the user to cause a deadlock). (see threads)
- adjusts the length of the request queue depending on download rate.
- multitracker extension support (as specified by John Hoffman)
- supports files > 2 gigabytes.
- serves multiple torrents on a single port and in a single thread
- fast resume support, a way to get rid of the costly piece check at the start of a resumed torrent. Saves the storage state, piece_picker state as well as all local peers in a separate fast-resume file.
- HTTP seeding, as specified by Michael Burford of GetRight.
- piece picking on block-level (as opposed to piece-level). This means it can download parts of the same piece from different peers. It will also prefer to download whole pieces from single peers if the download speed is high enough from that particular peer.
- supports the udp-tracker protocol by Olaf van der Spek.
- queues torrents for file check, instead of checking all of them in parallel.
- supports http proxies and basic proxy authentication
- gzipped tracker-responses
- can limit the upload and download bandwidth usage and the maximum number of unchoked peers
- implements fair trade. User settable trade-ratio, must at least be 1:1, but one can choose to trade 1 for 2 or any other ratio that isnt unfair to the other party.
- supports an extension protocol. See extensions.
- supports the no_peer_id=1 extension that will ease the load off trackers.
- possibility to limit the number of connections.
- delays have messages if theres no other outgoing traffic to the peer, and doesnt send have messages to peers that already has the piece. This saves bandwidth.
- does not have any requirements on the piece order in a torrent that it resumes. This means it can resume a torrent downloaded by any client.
- supports the compact=1 tracker parameter.
- selective downloading. The ability to select which parts of a torrent you want to download.
- ip filter to disallow ip addresses and ip ranges from connecting and being connected

Enhancements
- connect candidate calculation fix
- tightened up disk cache memory usage
- fixed magnet link parser to accept hex-encoded info-hashes
- fixed inverted logic when picking which peers to connect to
- (should mean a slight performance improvement)
- fixed a bug where a failed rename_file() would leave the storage
- in an error state which would pause the torrent
- fixed case when move_storage() would fail. Added a new alert
- to be posted when it does
- fixed crash bug when shutting down while checking a torrent
- fixed handling of web seed urls that didnt end with a
- slash for multi-file torrents
- lowered the default connection speed to 10 connection attempts
- per second
- optimized memory usage when checking files fails
- fixed bug when checking a torrent twice
- improved handling of out-of-memory conditions in disk I/O thread
- fixed bug when force-checking a torrent with partial pieces
- fixed memory leak in disk cache
- fixed torrent file path vulnerability
- fixed upnp
- fixed bug when dealing with clients that drop requests (i.e. BitComet)
- fixes assert as well

<<less
Download (1.9MB)
Added: 2009-06-02 License: Freeware Price: FREE
192 downloads
Utopia Demon 0.1.1

Utopia Demon 0.1.1


Utopia Demon is a simple to use, yet sophisticated program which is designed to offer a flexible solution to all Utopia player that dont want to spend half their time making calculations. more>>

Utopia Demon 0.1.1 is a simple to use, yet sophisticated program which is designed to offer a flexible solution to all Utopia player that don't want to spend half their time making calculations. Right now, it doesn't offer much, but it will be updated with more features at hand.

<<less
Download (46.9KB)
Added: 2003-05-24 License: Freeware Price:
downloads
View-source protocol enabler for Explorer 1.0

View-source protocol enabler for Explorer 1.0


View-source protocol enabler for Explorer - Allows Explorer to use view-source protocol as Netscape does more>>
View-source protocol enabler for Explorer alllows Internet Explorer to use the (long awaited) "view-source:" pseudo-protocol as it is used in Netscape and other Browsers. it works on the Address Bar, on Favorites, on hyperlinks and JavaScript statements.

The HTML source is opened in a new file in BBEdit, so disk cluttering is avoided and hints are given on how to install it and create a bookmarklet to have the HTML source in your editor at you fingetips.
<<less
Download (20KB)
Added: 2006-05-10 License: Freeware Price:
1268 downloads
sharktorrent 0.1.8.2 Beta

sharktorrent 0.1.8.2 Beta


sharktorrent is an open source / freeware p2p bittorrent client written in C++ more>>
sharktorrent is an open source / freeware p2p bittorrent client written in C++. It uses QT , libtorrent and boost.
<<less
Download (10MB)
Added: 2007-07-27 License: GPL Price:
823 downloads
Torrent Searcher X 0.3b

Torrent Searcher X 0.3b


Torrent Searcher is a small convenient app that searches 5 major Bittorrent Trackers, and opens the results in your default web browser more>>

Torrent Searcher X 0.3b is a user-friendly and reliable application that searches 5 major Bittorrent Trackers, and opens the results in your default web browser. Trackers are:The Pirate Bay, BTBot, BitTorrent Search, Yotoshi, Isohunt.

<<less
Download (1.1MB)
Added: 2005-07-30 License: Freeware Price:
23 downloads
btpd-front 0.185

btpd-front 0.185


btpd-front - a front-end for BitTorrent Protocol Daemon more>>
btpd-front is a free and simple front-end for BitTorrent Protocol Daemon.

Btpd is the acronym for BitTorrent Protocol Daemon. btpd-front is made for a complete and easy tune-up and use of BTPD and for a light use of the BitTorrent protocol.
<<less
Download (2.4MB)
Added: 2007-08-08 License: GPL Price:
809 downloads
BitRocket 0.3.3(32)

BitRocket 0.3.3(32)


BitRocket - BitTorrent client with built-in RSS support, torrent search more>>
BitRocket is a native (open source) BitTorrent client for Mac OS X. At the heart of its core resides the powerful libtorrent BitTorrent library.
BitRocket is a tool designed to be a good alternative to other Mac OS BitTorrent clients.
Main features:
UI Features:
- RSS support (Download .torrents from within the application)
- Integrated (Customizable) Search Engine
- Flexible Filtering
- Torrent Generator
- Live Info View
- UPnP and NAT-PMP Port Forwarding
Core(libtorrent) Features:
- Trackerless torrents (using a kademlia DHT)
- multitracker extension support (as specified by John Hoffman)
- serves multiple torrents on a single port and in a single thread
- gzipped tracker-responses
- HTTP seeding, as specified by Michael Burford of GetRight.
- piece picking on block-level (as opposed to piece-level). This means it can download parts of the same piece from different peers. It will also prefer to download whole pieces from single peers if the download speed is high enough from that particular peer.
- queues torrents for file check, instead of checking all of them in parallel.
- supports http proxies and proxy authentication
- uses separate threads for checking files and for main downloader, with a fool-proof thread-safe library interface. (i.e. Theres no way for the user to cause a deadlock).
- can limit the upload and download bandwidth usage and the maximum number of unchoked peers
- piece-wise, unordered, incremental file allocation
- implements fair trade. User settable trade-ratio, must at least be 1:1, but one can choose to trade 1 for 2 or any other ratio that isnt unfair to the other party.
- fast resume support, a way to get rid of the costly piece check at the start of a resumed torrent. Saves the storage state, piece_picker state as well as all local peers in a separate fast-resume file.
- supports an extension protocol.
- supports files > 2 gigabytes.
- supports the no_peer_id=1 extension that will ease the load off trackers.
- supports the udp-tracker protocol by Olaf van der Spek.
- possibility to limit the number of connections.
- delays have messages if theres no other outgoing traffic to the peer, and doesnt send have messages to peers that already has the piece. This saves bandwidth.
- does not have any requirements on the piece order in a torrent that it resumes. This means it can resume a torrent downloaded by any client.
- adjusts the length of the request queue depending on download rate.
- supports the compact=1 tracker parameter.
- selective downloading. The ability to select which parts of a torrent you want to download.
- ip filter.
<<less
Download (1.6MB)
Added: 2007-05-23 License: Freeware Price:
578 downloads
Music Player Daemon (MPD) 0.15 Beta 2 / 0.14.2

Music Player Daemon (MPD) 0.15 Beta 2 / 0.14.2


Free and open source utility that allows remote access for playing various sound files and managing playlists more>> Free and open source utility that allows remote access for playing various sound files and managing playlists

MPD is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.
The design of MPD focuses on integrating a computer into a stereo system that provides control for music playback over a local network.

Enhancements
- Modify version string to post-release version 0.15~git
- mpd version 0.15~beta2
- Makefile.am: run sparse once with all sources
- archive/zip: pass NULL instead of 0 to zzip_dir_open()
- httpd_output: assert that tag!=NULL
- vorbis_encoder: moved code to vorbis_encoder_headerout()
- vorbis_encoder: start a new stream in tag()
- httpd_output: disable Icy-Metadata when encoder supports tags
- httpd_output: moved code to httpd_output_encoder_to_clients()
- httpd_output: save the page generated by encoder_tag()
- test/run_encoder: flush the encoder before exiting
- tag_id3: added support for the UFID frame
- player_control: renamed playerSeek(), return bool
- player_control: removed pc.error check from pc_seek()
- player_control: assert that pc.next_song is NULL after seeking
- pcm_resample: fixed typo in libsamplerate runtime check

<<less
Download (451KB)
Added: 2009-06-04 License: GPL Price: FREE
186 downloads
DiscRotate 0.3

DiscRotate 0.3


DiscRotate is a Daemon that will control the speed of your optical drives. more>>


Ever wanted to enjoy a DVD-Movie with your Mac mini, without severe earache? Tired of copying your favourite movie to the harddisk first? Just want to comfortably listen to an Audio-CD, without encoding it with iTunes?
Buckle up! DiscRotate brings the joy of silence back. Be amazed how silent your Mac could be, even with a spinning optical drive.

<<less
Download (1.5MB)
Added: 2008-03-10 License: Freeware Price:
12 downloads
Freeware Update 1.0.3

Freeware Update 1.0.3


Freeware Update allows you to check for updates of current freeware installed on your Macintosh more>>
Freeware Update allows you to check for updates of current freeware installed on your Macintosh.
Freeware Update works exactly as Software Update made by Apple : Downloads & Installations.
Freeware Update is able to work as a Daemon and check for updates automatically every months/weeks/days/hours.
Enhancements:
- Auto-installation for downloaded updates now works
<<less
Download (658KB)
Added: 2007-05-22 License: Freeware Price:
898 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5