RemoteHams.com
May 18, 2012, 02:38:51 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: RCForb (Server)  (Read 790 times)
kg6ypi
Administrator
Remote Master
*****
Offline Offline

Posts: 170



« on: August 01, 2011, 08:19:46 PM »

RCForb v0.7 has been rewritten using Windows Forms for its GUI interface and .NET Framework 4 for the code base, along with improved core DLL's compared to RCForb (v0.6, v0.5) and RCFserver. If you installed PostegreSQL or Mono Framework for previous versions, they are no longer required and can be removed from your system! The only requirement is .NET Framework 4 (Client Profile). The RCForb installer will install .NET Framework 4 if you do not have it installed.

http://download.remotehams.com/  (Download Page has been updated!)

Min Requirements
Windows (XP, Vista, 7) (32 bit or 64 bit)
1 GHz or higher processor; 512Mb of RAM
Microsoft .NET Framework 4  (Web Installer)  (Standalone Installer) (.NET Framework Requirements)
« Last Edit: April 01, 2012, 01:10:36 PM by kg6ypi » Logged
kg6ypi
Administrator
Remote Master
*****
Offline Offline

Posts: 170



« Reply #1 on: December 22, 2011, 02:51:18 PM »

Build (4409) Notes
Crash fixes to VoipTcpServer class.
Added Club Mode, you can now put your remote into a new security layer "Club Mode"; which allows only members you approve to tune the remote.
Along with the Club Mode approval system, there is now a TX approval system. Users can "request" both club membership and/or TX permission.
Other improvements to security code with TX protection.
Flash / Silverlight Policy Server fixes, lower cpu, improved handling of clients.

Build (4195) Notes
Auto Update now working in server, same as in client.
Minor changes to File menu layout.
Updates to User Manager, IP Manager, Table manager, to now show a limit of 100 by default instead of 10.
Added Inifinity to Disable Remote dropdown options.
Fixes to wait to start option. (If you add a "wait.txt" file to the root RCForb folder, it will RCForb will wait how every many seconds are specified in the file before starting, for example wait.txt contents = "5")
The Close ("X") button now either closes or minimizes RCForb Server.
Updated database calls to store DateTime in a universal orderable format.

Build (4193) Notes
Bug fixes to TX unkey detection, server will not unkey the remote if a remote user did not key it up.
Security updates, blocked features now blocks features for tx capable users.
Security updates, "dtmf, cw, psk, rtty" messages are now treated as TX releated features.
Securtiy updates, improved detection of TX related features, buttons, dropdowns, sliders.
New work in progress radio driver for Elecraft K3.

Build (4381) Notes
Minor updates and fixes.
Improved logic to "post::slider::Name::Value" command. It now accepts the raw slider value, and the displayed offset based string. (Display Offset is based upon the 3rd variable in a sliders range (min,max,display_offset))

Build (4379) Notes
Fixed Memory Editor dialog, now fixes "null" values and allows for editing memories that have "null" values.
Updated Memory Editor dialog, now supports Repeater Offset and Repeater Shift properly.
Updated, server is posting all memory fields to clients now.
Updated NAudio (e43c857bbbe2) and NSpeex (71926) dlls to latest source release.
More proxy connection fixes. Improved connection/disconnection logic.
Added "TX Allowed" checkbox to publishing tab. This is only a notification to tell the website you are allowing remote TX. Soon it will be a global allow TX security option also, so you can disable/enable TX for TX Users.

Build (4372) Notes
Various bugs fixes in build 4370

Build (4370) Notes
Fixes to ProxyConnection and Proxy Re-Connection logic when using proxy server for hosting your remote.
Fixed TX bug, where the server would think a user is in TX when they are not, preventing others from tuning.
Fixed TX bug, where the server would unkey the remote just after a user keys up the remote.
Kenwood TS480 driver now stable, but still adding more features.
Fixed VFO bug, where settings VFO B frequency would set the main VFO frequency.

Build (4365) Notes
Voip incompatible with previous releases, due to major changes in protocol and redesigned core.
VoipServer buffer will not get larger than 0.8 seconds to keep audio real-time. Avg is about 1/2 second or less.
Fixed, when adding a memory and setting as home frequency, dialog would crash.
Added "WaitToUnKey" option for built-in VoipServer to prevent user from cutting the end of their transmission off.
Added PTT protection on remote, if a user TX's no one else can tune until they unkey. (Except Admins for control purposes.)
Added the ability to handle "unhandled exceptions" causing application crashes. The crash is now logged to "C:\RCForb_Server_crash_report.txt".
Bug fixed where radio name was not being saved into server.xml properly therefore is was not being published correctly.
Added HRD IP Server Emulation. This is to give RCForb compatibilty with programs that can interface to HRD's IP Server. (DM780, PropNet, etc.)
Fixed minor glitches with Server Config Wizard dialog not saving publishing tab variables properly.
Added Proxy Server configuration options to Server Config Wizard dialog.
Enabled HRD IP Server configuration in Server Config Wizard dialog.

Build (4332) Notes
VoipServer fixes, with buffering, cpu usage, and more (Built in audio support still in experimental stages.)
Updated response to "get memories" command to include rptShift and rptOffset data from db table.
Updated "get memories, get dxspots, get logs" commands to really accept the start and limit varbiables "get logs {start} {limit}" (ex: get logs 0 100)
Added "private messaging" support in the chats via a new chat command "/pm:username message"
Updated the Network Send operation to be async by using NetworkStream.BeginWrite to avoid delay problems when multiple clients exist.
Added bad word filter for chat system with customizable xml based list.
Chat history is no longer shown on connection, initial chat message in now the description (welcome message).
Fixed potential server lock while DXSpots download from DXSummit.fi, when client issues "get dxspots" command.
Added "Home Frequency Reset" feature; to set, edit a memory and check the "use as home frequency" check box.

Build (4298) Notes
Fixed bug with FT857 protocol in driver.
Fixed issue CTCSS or DCS code not being applied in TSQL or DCS mode on FT857.
Updated TX Timeout Timer to be sent to all clients when a user is TXing. (Clients can now show a TOT countdown)
Fine tuned VoipServer and VoipClient code some more.

Build (4276) Notes
Fixed buffering issues with TX Audio on VOIP server introduced in build 4273. (Creating choppy audio, and eventually loosing it on the radio side.)

Build (4273) Notes
Fixed crash issue when closing RCForb (Server) when clients are connected to built-in VOIP server.
Fixed buffering logic to help prevent choppy audio due to internet lag. Minimum buffer delay is now 1/2 second, with max buffer delay of 1.5 seconds.

Build (4272) Notes
New built-in VOIP server using Speex audio codec. Supports RX/TX using one-way audio just like real radio. It also relays TX audio coming from clients to all other clients so all audio is heard, unlike other solutions like Skype. Uses about 2KB/sec per client.
Added a new security feature to protect the radio owner while they may be using the remote locally. "Disable Remote on Local Radio Activity"

Build (4243) Notes
Updated IP and User editor dialogs to utilize DateTimePicker control for picking a Banned Until date.
Created new Memory Manager control, and Memory Editor Dialog to assist in creating memories. (Memory Tab now working)
Updated import/export routines for IP,Users,Security, and Memory Manager to be a little more responsive.
Updated Online Checker dialog making it easier to setup or disable the new relay proxy option.

Build (4233) Notes
This new version fixes the custom orb url bug on the publishing tab.
Removed experimental Audio code from RCForb for stable purposes.
Fixed some publishing bugs compared to previous version of 0.7 along with some proxy connection issues..
more to come now that i'm back to developing RCForb from taking a 3 week vacation...
Fixed remote tab from downloading SWF files...
« Last Edit: January 27, 2012, 01:04:01 PM by kg6ypi » Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.077 seconds with 19 queries.