netscape radio
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 374
Netscape Navigator 9.0 Beta 1
Netscape Navigator offers improved pop-up blocking and enhanced security. more>>
Netscape Navigator offers improved pop-up blocking and enhanced security. Netscape Navigator 9 is available as a standalone installation for Linux, Mac OS, and Windows.
The automatic update feature in your current Netscape browser will not upgrade to 9.0. Please download the new version now for the newest updates.
Main features:
Social Integration
- Share and vote for webpages that you find interesting.
- Add friends and get their favorite stories in your sidebar.
News in the Browser
- Follow the latest news directly from your browser.
- Customize your News menu to only show your favorite sections.
URL correction
- Let Navigator fix common typing mistakes in URLs.
- No more .cmo, .ogr, or htp:// !
Link Pad
- Save interesting links for later without cluttering your bookmarks.
<<lessThe automatic update feature in your current Netscape browser will not upgrade to 9.0. Please download the new version now for the newest updates.
Main features:
Social Integration
- Share and vote for webpages that you find interesting.
- Add friends and get their favorite stories in your sidebar.
News in the Browser
- Follow the latest news directly from your browser.
- Customize your News menu to only show your favorite sections.
URL correction
- Let Navigator fix common typing mistakes in URLs.
- No more .cmo, .ogr, or htp:// !
Link Pad
- Save interesting links for later without cluttering your bookmarks.
Download (8.9MB)
Added: 2007-06-05 License: NPL (Netscape Public License) Price:
169492 downloads
Netscape::History 3.01
Netscape::History is a Perl object class for accessing Netscape history database. more>>
Netscape::History is a Perl object class for accessing Netscape history database.
SYNOPSIS
use Netscape::History;
$history = new Netscape::History();
while (defined($url = $history->next_url() ))
{
}
The Netscape::History module implements an object class for accessing the history database maintained by the Netscape web browser. The history database keeps a list of all URLs you have visited, and is used by Netscape to change the color of URLs which you have previously visited, for example.
With this module, you can get at the URLs stored in a Netscape history file, delete URLs, and add new ones. With the associated Netscape::HistoryURL module you can access the information which is associated with each URL.
Please Note: the database format for the browser history was changed with Netscape 4. Previously only the time of most recent visit was available; now you can also get at the time of your first visit, the number of visits, the title of the referenced page, and another value.
<<lessSYNOPSIS
use Netscape::History;
$history = new Netscape::History();
while (defined($url = $history->next_url() ))
{
}
The Netscape::History module implements an object class for accessing the history database maintained by the Netscape web browser. The history database keeps a list of all URLs you have visited, and is used by Netscape to change the color of URLs which you have previously visited, for example.
With this module, you can get at the URLs stored in a Netscape history file, delete URLs, and add new ones. With the associated Netscape::HistoryURL module you can access the information which is associated with each URL.
Please Note: the database format for the browser history was changed with Netscape 4. Previously only the time of most recent visit was available; now you can also get at the time of your first visit, the number of visits, the title of the referenced page, and another value.
Download (0.009MB)
Added: 2007-03-24 License: Perl Artistic License Price:
949 downloads
iRATE radio 0.3
iRATE radio provides users with a powerful new way to find and download free, legal music online. more>>
iRATE radio provides users with a powerful new way to find and download free, legal music online.
Users rate tracks based on their tastes. The iRATE server then selects other tracks to send to the user from a database of over 50,000 freely downloadable songs by correlating the users ratings with other users, and finding people with similar tastes.
Unlike streaming audio, iRATE saves the tracks to the users hard drive. This means that playback is smoother, without the typical problems associated with streaming media, such as high bandwidth usage.
<<lessUsers rate tracks based on their tastes. The iRATE server then selects other tracks to send to the user from a database of over 50,000 freely downloadable songs by correlating the users ratings with other users, and finding people with similar tastes.
Unlike streaming audio, iRATE saves the tracks to the users hard drive. This means that playback is smoother, without the typical problems associated with streaming media, such as high bandwidth usage.
Download (7.6MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1200 downloads
Netscape::Cache 0.45
Netscape::Cache is a Perl object class for accessing Netscape cache files. more>>
Netscape::Cache is a Perl object class for accessing Netscape cache files.
SYNOPSIS
The object oriented interface:
use Netscape::Cache;
$cache = new Netscape::Cache;
while (defined($url = $cache->next_url)) {
print $url, "n";
}
while (defined($o = $cache->next_object)) {
print
$o->{URL}, "n",
$o->{CACHEFILE}, "n",
$o->{LAST_MODIFIED}, "n",
$o->{MIME_TYPE}, "n";
}
The TIEHASH interface:
use Netscape::Cache;
tie %cache, Netscape::Cache;
foreach (sort keys %cache) {
print $cache{$_}->{URL}, "n";
}
The Netscape::Cache module implements an object class for accessing the filenames and URLs of the cache files used by the Netscape web browser.
Note: You can also use the undocumented pseudo-URLs about:cache, about:memory-cache and about:global-history to access your disk cache, memory cache and global history.
There is also an interface for using tied hashes.
Netscape uses the old Berkeley DB format (version 1.85) for its cache index index.db. Version 2.x.x is incompatible with the old format (db_intro(3)), so you have either to downgrade or to convert the database using db_dump185 and db_load. See convert_185_2xx for a (experimental) converter function.
<<lessSYNOPSIS
The object oriented interface:
use Netscape::Cache;
$cache = new Netscape::Cache;
while (defined($url = $cache->next_url)) {
print $url, "n";
}
while (defined($o = $cache->next_object)) {
$o->{URL}, "n",
$o->{CACHEFILE}, "n",
$o->{LAST_MODIFIED}, "n",
$o->{MIME_TYPE}, "n";
}
The TIEHASH interface:
use Netscape::Cache;
tie %cache, Netscape::Cache;
foreach (sort keys %cache) {
print $cache{$_}->{URL}, "n";
}
The Netscape::Cache module implements an object class for accessing the filenames and URLs of the cache files used by the Netscape web browser.
Note: You can also use the undocumented pseudo-URLs about:cache, about:memory-cache and about:global-history to access your disk cache, memory cache and global history.
There is also an interface for using tied hashes.
Netscape uses the old Berkeley DB format (version 1.85) for its cache index index.db. Version 2.x.x is incompatible with the old format (db_intro(3)), so you have either to downgrade or to convert the database using db_dump185 and db_load. See convert_185_2xx for a (experimental) converter function.
Download (0.016MB)
Added: 2007-03-24 License: Perl Artistic License Price:
945 downloads
GENeric Radio IP 1.0
GENRIP is a kernel driver (presently for Linux only) that enables you to carry ethernet frames. more>>
GENRIP is a kernel driver (presently for Linux only) that enables you to carry ethernet frames over generic low-speed/low-power serial radios, such as Microhards MHX series radios. It is intended to speed up the development cycle for those creating low-powered Embedded telemetry and SCADA devices, but may have other applications as well. Once installed, the serial radio simply appears as a network interface like this:
[root@lindev]# ./ifconfig gr0
gr0 Link encap:Generic Radio IP HWaddr 00:00:02:04:06:08
inet addr:192.168.15.1 Mask:255.255.255.0
UP RUNNING MTU:234 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:30
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
GENRIP was originally based upon Stuart Cheshires STRIP driver, which is part of the Mobile Computing Group at Stanford Universitys Mosquitonet project. It has been radically modified since.
GENRIP was ported to this application by Lawrence Wimble of Design On Demand, Inc. Design On Demand, Inc. maintains GENRIP and hopes that youll call them if you need help with an embedded project using GENRIP (or any embedded project for that matter).
GENRIP is released for Linux under the GPL. A port to FreeBSD is planned in the near future.
<<less[root@lindev]# ./ifconfig gr0
gr0 Link encap:Generic Radio IP HWaddr 00:00:02:04:06:08
inet addr:192.168.15.1 Mask:255.255.255.0
UP RUNNING MTU:234 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:30
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
GENRIP was originally based upon Stuart Cheshires STRIP driver, which is part of the Mobile Computing Group at Stanford Universitys Mosquitonet project. It has been radically modified since.
GENRIP was ported to this application by Lawrence Wimble of Design On Demand, Inc. Design On Demand, Inc. maintains GENRIP and hopes that youll call them if you need help with an embedded project using GENRIP (or any embedded project for that matter).
GENRIP is released for Linux under the GPL. A port to FreeBSD is planned in the near future.
Download (0.024MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 downloads
GNU Radio 2.8
GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios. more>>
GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software. What this means is that it turns the digital modulation schemes used in todays high performance wireless devices into software problems.
What is a Software Defined Radio?
Joe Mitola says, "A software radio is a radio whose channel modulation waveforms are defined in software. That is, waveforms are generated as sampled digital signals, converted from digital to analog via a wideband DAC and then possibly upconverted from IF to RF. The receiver, similarly, employs a wideband Analog to Digital Converter (ADC) that captures all of the channels of the software radio node. The receiver then extracts, downconverts and demodulates the channel waveform using software on a general purpose processor."
For our purposes, on the receive side, the idea is to get a wide band ADC as close to the antenna as is convenient, get the samples into something we can program, and then grind on them in software.
Enhancements:
- GNU Radio 2.6 includes sending and receiving data at up to 1Mbit/sec using GMSK. - Theres also support for the new USRP Flex 400 transceiver daughterboards.
- Handling of all daughterboards has been unified, so most apps will work without modification on any of them. For those of you interested in wireless networking, see especially gnuradio-examples/python/gmsk2. Weve got a framework in place to allow you to build and experiment with your own MACs. 2.6 includes the "null MAC". A carrier sense MAC is the next logical step.
<<lessWhat is a Software Defined Radio?
Joe Mitola says, "A software radio is a radio whose channel modulation waveforms are defined in software. That is, waveforms are generated as sampled digital signals, converted from digital to analog via a wideband DAC and then possibly upconverted from IF to RF. The receiver, similarly, employs a wideband Analog to Digital Converter (ADC) that captures all of the channels of the software radio node. The receiver then extracts, downconverts and demodulates the channel waveform using software on a general purpose processor."
For our purposes, on the receive side, the idea is to get a wide band ADC as close to the antenna as is convenient, get the samples into something we can program, and then grind on them in software.
Enhancements:
- GNU Radio 2.6 includes sending and receiving data at up to 1Mbit/sec using GMSK. - Theres also support for the new USRP Flex 400 transceiver daughterboards.
- Handling of all daughterboards has been unified, so most apps will work without modification on any of them. For those of you interested in wireless networking, see especially gnuradio-examples/python/gmsk2. Weve got a framework in place to allow you to build and experiment with your own MACs. 2.6 includes the "null MAC". A carrier sense MAC is the next logical step.
Download (1.0MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1258 downloads
Netscape::HistoryURL 3.01
Netscape::HistoryURL is a URI::URL subclass with Netscape history information. more>>
Netscape::HistoryURL is a URI::URL subclass with Netscape history information.
SYNOPSIS
use Netscape::HistoryURL;
$url = new Netscape::HistoryURL(http://foobar.com/,
LAST, FIRST, COUNT, EXPIRE, TITLE);
The Netscape::HistoryURL module subclasses URI::URL to provide a URL class with methods for accessing the information which is stored in Netscapes history database.
The history database is used to keep track of all URLs you have visited. This is used to color previously visited URLs different, for example. The information stored in the history database depends on the version of Netscape being used.
<<lessSYNOPSIS
use Netscape::HistoryURL;
$url = new Netscape::HistoryURL(http://foobar.com/,
LAST, FIRST, COUNT, EXPIRE, TITLE);
The Netscape::HistoryURL module subclasses URI::URL to provide a URL class with methods for accessing the information which is stored in Netscapes history database.
The history database is used to keep track of all URLs you have visited. This is used to color previously visited URLs different, for example. The information stored in the history database depends on the version of Netscape being used.
Download (0.008MB)
Added: 2007-03-24 License: Perl Artistic License Price:
945 downloads

Netscape Navigator for Linux 9.0b2
Surf the Web quickly and securely with Netscape Navigator for Linux. more>> Surf the Web quickly and securely with Netscape Navigator for Linux.
In addition to high-speed browsing and instant-messaging capabilities, Netscape features one-click searching from the address bar; Quick Launch, which reduces the browser start-up time; Click-to-Search, which allows users to select a word within a Web page and search; improved instant messaging, including support for buddy icons, file transfers, and buddy alerts; and tabbed browsing, which allows users to view multiple Web pages in a single browser window.
Version 9.0b2 adds URL correction for common typos, in-browser voting on popular, a sidebar minibrowser, and compatibility with Firefox 2 extensions.<<less
Download (8.86MB)
Added: 2009-04-26 License: Freeware Price: Free
180 downloads
Gnomeradio 1.7
Gnomeradio is a FM radio tuner for the GNOME desktop (version 1 and 2). more>>
Gnomeradio is a FM radio tuner for the GNOME desktop (version 1 and 2).
Gnomeradio is an FM radio tuner application. It should work with every FM tuner card that is supported by video4linux. Remote controls are supported via (optional) lirc-support. Gnomeradio can also record radio as a Wave or MP3 file.
<<lessGnomeradio is an FM radio tuner application. It should work with every FM tuner card that is supported by video4linux. Remote controls are supported via (optional) lirc-support. Gnomeradio can also record radio as a Wave or MP3 file.
Download (0.58MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1063 downloads
Netscape Address Book Recovery 0.1.0
A tool to take that corrupted Netscape Address Book and get your information out of it more>>
A tool to take that corrupted Netscape Address Book and get your information out of it. This is a tool to take that corrupted Netscape Address Book and get your information out of it. After the third time my book got corrupted, I gave up trying to fix it by hand and wrote this program. This program attempts to get as much information out of the address book as is possible. But as with all programs of this type, it will always need to change to keep track of the different ways in which the address book can be corrupted. It can output .csv (Comma Separated Values) or .ldi (LDAP Date Interchange Format) files.Dont output .csv files, you will lose all mailing list information.
Enhancements:
- Major bugfixes with handling indexes
- Major bugfixes with handling edits
- Added LDIF support
- Added support for mailling lists
<<lessEnhancements:
- Major bugfixes with handling indexes
- Major bugfixes with handling edits
- Added LDIF support
- Added support for mailling lists
Download (0.047MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1224 downloads
NScache 0.6
NScache provides a simple manager and browser for Netscape(tm) cache directories. more>>
NScache provides a simple manager and browser for Netscape(tm) cache directories.
nscache is a simple program to browse the Netscape cache directory with a GTK UI. It shows the contents of the browser cache in a three level hierarchy of files: protocols, servers and documents or in sorted list.
nscache permits you to view files from the cache, remove files, or gather various information about specific files.
<<lessnscache is a simple program to browse the Netscape cache directory with a GTK UI. It shows the contents of the browser cache in a three level hierarchy of files: protocols, servers and documents or in sorted list.
nscache permits you to view files from the cache, remove files, or gather various information about specific files.
Download (0.093MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
921 downloads
Netscape::Bookmarks 1.94
Netscape::Bookmarks is a Perl module to parse, manipulate, or create Netscape Bookmarks files. more>>
Netscape::Bookmarks is a Perl module to parse, manipulate, or create Netscape Bookmarks files.
SYNOPSIS
use Netscape::Bookmarks;
# parse an existing file
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );
# -- OR --
# start a new Bookmarks structure
my $bookmarks = Netscape::Bookmarks->new;
# print a Netscape compatible file
print $bookmarks->as_string;
[ Note: I wrote this a long time ago. Although this should still work with "Netscape" browsers, Mozilla browsers do the same thing. When the docs say "Netscape", I mean either branch of browsers. ]
The Netscape bookmarks file has several basic components:
title
folders (henceforth called categories)
links
aliases
separators
On disk, Netscape browsers store this information in HTML. In the browser, it is displayed under the "Bookmarks" menu. The data can be manipulated through the browser interface.
This module allows one to manipulate the bookmarks file programmatically. One can parse an existing bookmarks file, manipulate the information, and write it as a bookmarks file again. Furthermore, one can skip the parsing step to create a new bookmarks file and write it in the proper format to be used by a Netscape browser.
The Bookmarks module simply parses the bookmarks file passed to it as the only argument to the constructor:
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );
The returned object is a Netscape::Bookmarks::Category object, since the bookmark file is simply a collection of categories that contain any of the components listed above. The top level (i.e. root) category is treated specially and defines the title of the bookmarks file.
HTML::Parser is used behind the scenes to build the data structure (a simple list of lists (of lists ...)). Netscape::Bookmarks::Category, Netscape::Bookmarks::Link, Netscape::Bookmarks::Alias, or Netscape::Bookmarks::Separator objects can be stored in a Netscape::Bookmarks::Category object. Netscape::Bookmarks::Alias objects are treated as references to Netscape::Bookmarks::Link objects, so changes to one affect the other.
Methods for manipulating this object are in the Netscape::Bookmarks::Category module. Methods for dealing with the objects contained in a Netscape::Bookmarks::Category object are in their appropriate modules.
new( [filename] )
The constructor takes a filename as its single (optional) argument. If you do not give new an argument, an empty Netscape::Bookmarks::Category object is returned so that you can start to build up your new Bookmarks file. If the file that you name does not exist, undef is returned in scalar context and an empty list is returned in list context. If the file does exist it is parsed with HTML::Parser with the internal parser subclass defined in the same package as new. If the parsing finishes without error a Netscape::Bookmarks::Category object is returned.
parse_string
Method for HTML::Parser subclass method
start
Method for HTML::Parser subclass method
text
Method for HTML::Parser subclass method
end
Method for HTML::Parser subclass method
my_init
Method for HTML::Parser subclass method
<<lessSYNOPSIS
use Netscape::Bookmarks;
# parse an existing file
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );
# -- OR --
# start a new Bookmarks structure
my $bookmarks = Netscape::Bookmarks->new;
# print a Netscape compatible file
print $bookmarks->as_string;
[ Note: I wrote this a long time ago. Although this should still work with "Netscape" browsers, Mozilla browsers do the same thing. When the docs say "Netscape", I mean either branch of browsers. ]
The Netscape bookmarks file has several basic components:
title
folders (henceforth called categories)
links
aliases
separators
On disk, Netscape browsers store this information in HTML. In the browser, it is displayed under the "Bookmarks" menu. The data can be manipulated through the browser interface.
This module allows one to manipulate the bookmarks file programmatically. One can parse an existing bookmarks file, manipulate the information, and write it as a bookmarks file again. Furthermore, one can skip the parsing step to create a new bookmarks file and write it in the proper format to be used by a Netscape browser.
The Bookmarks module simply parses the bookmarks file passed to it as the only argument to the constructor:
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );
The returned object is a Netscape::Bookmarks::Category object, since the bookmark file is simply a collection of categories that contain any of the components listed above. The top level (i.e. root) category is treated specially and defines the title of the bookmarks file.
HTML::Parser is used behind the scenes to build the data structure (a simple list of lists (of lists ...)). Netscape::Bookmarks::Category, Netscape::Bookmarks::Link, Netscape::Bookmarks::Alias, or Netscape::Bookmarks::Separator objects can be stored in a Netscape::Bookmarks::Category object. Netscape::Bookmarks::Alias objects are treated as references to Netscape::Bookmarks::Link objects, so changes to one affect the other.
Methods for manipulating this object are in the Netscape::Bookmarks::Category module. Methods for dealing with the objects contained in a Netscape::Bookmarks::Category object are in their appropriate modules.
new( [filename] )
The constructor takes a filename as its single (optional) argument. If you do not give new an argument, an empty Netscape::Bookmarks::Category object is returned so that you can start to build up your new Bookmarks file. If the file that you name does not exist, undef is returned in scalar context and an empty list is returned in list context. If the file does exist it is parsed with HTML::Parser with the internal parser subclass defined in the same package as new. If the parsing finishes without error a Netscape::Bookmarks::Category object is returned.
parse_string
Method for HTML::Parser subclass method
start
Method for HTML::Parser subclass method
text
Method for HTML::Parser subclass method
end
Method for HTML::Parser subclass method
my_init
Method for HTML::Parser subclass method
Download (0.023MB)
Added: 2007-03-24 License: Perl Artistic License Price:
947 downloads
Ximba Radio 1.0.0
Ximba Radio is a GTK+ based user interface to the OpenXM daemon for controlling an XMPCR (a USB-connected XM Radio for PCs). more>>
Ximba Radio project is a GTK+ based user interface to the OpenXM daemon for controlling an XMPCR (a USB-connected XM Radio for PCs). The daemon manages a USB connected XMPCR receiver, which in turn pumps the audio signal into your audio cards input port. The daemon runs in the background and the UI connects to it to manage stations, favorites, and audio
Main features:
- Connecting to and starting up the radio.
- Disconnecting from and shutting down the radio.
- Channel up, Channel down
- Jump to channel
- Back to previous channel
- Mute on / off
- Preferences
- Channel listing window that can be hidden from view.
- Artist and Channel Favorites
- Notify when a favorite artist is playing on some station other than the current one, allow quick jump to that station.
- Category Tabs
- Session History
<<lessMain features:
- Connecting to and starting up the radio.
- Disconnecting from and shutting down the radio.
- Channel up, Channel down
- Jump to channel
- Back to previous channel
- Mute on / off
- Preferences
- Channel listing window that can be hidden from view.
- Artist and Channel Favorites
- Notify when a favorite artist is playing on some station other than the current one, allow quick jump to that station.
- Category Tabs
- Session History
Download (0.37MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1208 downloads
P2P-Radio 2.0
P2P-Radio provides a peer-to-peer audio and video broadcasting system. more>>
P2P-Radio provides a peer-to-peer audio and video broadcasting system.
P2P-Radio is a peer-to-peer audio (MP3) and video (NSV) broadcasting system that features freeloader detection, stream signing, SHOUTcast support, an easy-to-use GUI, and a separate monitor application which displays the current structure of the P2P network.
P2P-Radio is programmed in Java and runs on Windows, Mac OS X, Linux and many other systems.
Main features:
- Easy to use (graphical user interface)
- You can play the music/video with your media player (i.e. Winamp)
- A Shoutcast/Icecast Internet radio/TV station is used as audio/video source
- Freeloaders (peers that only listen but dont want to send the stream to other listeners) will be detected
- The data stream is signed, you can be sure that it arrives unchanged
- Very efficient communication (low overhead)
- The network structure can be viewed with a monitor
Enhancements:
- Signing of streams has been turned off by default in order to save CPU time (enable it with the parameter "-sign")
- P2P-Radio will only cooperate with a monitor if it was started with the parameter "-enablemonitor"
- Two parameters control whether the media player will be started:
- startmediaplayer: Start the media player in broadcasting mode
- dontstartmediaplayer: Dont start the media player in listening mode
<<lessP2P-Radio is a peer-to-peer audio (MP3) and video (NSV) broadcasting system that features freeloader detection, stream signing, SHOUTcast support, an easy-to-use GUI, and a separate monitor application which displays the current structure of the P2P network.
P2P-Radio is programmed in Java and runs on Windows, Mac OS X, Linux and many other systems.
Main features:
- Easy to use (graphical user interface)
- You can play the music/video with your media player (i.e. Winamp)
- A Shoutcast/Icecast Internet radio/TV station is used as audio/video source
- Freeloaders (peers that only listen but dont want to send the stream to other listeners) will be detected
- The data stream is signed, you can be sure that it arrives unchanged
- Very efficient communication (low overhead)
- The network structure can be viewed with a monitor
Enhancements:
- Signing of streams has been turned off by default in order to save CPU time (enable it with the parameter "-sign")
- P2P-Radio will only cooperate with a monitor if it was started with the parameter "-enablemonitor"
- Two parameters control whether the media player will be started:
- startmediaplayer: Start the media player in broadcasting mode
- dontstartmediaplayer: Dont start the media player in listening mode
Download (0.18MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
990 downloads
XFCE Radio Plugin 0.2.1
XFCE Radio Plugin is an XFCE panel plugin which allows you to control your v4l radio device from within the panel. more>>
XFCE Radio Plugin is a plugin for the XFCE panel, which allows you to control your v4l radio device from within the panel.
<<less Download (0.31MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
864 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above netscape radio search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed