Download Latest Version Newsbin.Remote.3.0.zip (130.6 kB)
Email in envelope

Get an email when there's a new version of Newsbin Remote Control

Home
Name Modified Size InfoDownloads / Week
Newsbin.Remote.3.0.zip 2014-11-03 130.6 kB
readme.txt 2012-08-09 1.8 kB
Newsbin.Remote.zip 2012-08-09 98.7 kB
nbremotereadme.txt 2012-07-15 1.3 kB
nbremote.rar 2011-09-12 10.6 kB
Totals: 5 Items   243.1 kB 0
Newsbin Remote 2.0
July 16, 2012

Completely new code. Includes the Newsbin Remote Library, a new library encapsulating the nitty gritty
remote interface implementation details in a NewsbinClient class. Also includes a test client that can 
issue any call supported by the library.
 
The Newsbin Remote Library can be used in any .NET application, including desktop and web projects.

The solution is a VS2010 solution using .NET 3.5.

The file Newsbin.Remote.zip contains all source code, with a compiled version of the test client
located in the Newsbin.Remote.TestClient/bin/Release folder.

The file nbremote.rar contains the original deprecated code.

To connect with the test client,

1) Enter the IP address of the machine Newsbin is running on
2) Enter the port that Newsbin will be listening on (default is 118)
4) Enter the password (Set under Options/Remote Control within Newsbin)
5) Click the "Connect" button

Change Log:

8/9/12 2.0.0.0.b4

- GetWishList() mistakenly returned the loaded list.
- Fixed the DownloadFromFiles() method, it was totally broken.

8/8/12 2.0.0.0.b3

- Fixed Unicode BOM bug in communication channel.
- Changed Connect() to handle running on the same machine as Newsbin.
- FindLoaded() now properly returns a result list.
- DownLoadFromFiles() adn UploadNzb() is now implemented.


7/17/12 2.0.0.0.b2

- Changed Response.Status to an Enum.
- Implemented NzbUpload and FilesDownload commands.
- Fixed a problem where a UTF8 BOM was sent to Newsbin in the first packet.
- Minor bug fixes.

7/16/12 2.0.0.0.b1

- Added new Client library.
- Added new TestClient app.

9/12/11 1.0.0.1

- Added tool tips
- Added program name and version to title bar
- Fixed bug with Upload Files

9/11/11 1.0.0.0

- Initial checkin of kindof working code.
Source: readme.txt, updated 2012-08-09