<rsd version="1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://archipelago.phrasewise.com/rsd">
  <service>
    <engineName>MyGet</engineName>
    <engineLink>http://www.myget.org/</engineLink>
    <dc:identifier>https://www.myget.org/F/babbacom-feed/</dc:identifier>
    <dc:owner>trevorprinn</dc:owner>
    <dc:creator>trevorprinn</dc:creator>
    <dc:title>Utilities by Babbacombe Computers Ltd</dc:title>
    <dc:description># Babbacombe Utilities

This feed contains various utility dlls written by [Babbacombe Computers Ltd](http://babbacom.com).

- **[Babbacombe.Logger](https://github.com/trevorprinn/Babbacombe.Logger)**    
Contains Winforms classes for logging messages and exceptions, trapping exceptions, and sending log files and other information to support staff, either by email or over the web.

- **[Babbacombe.Webserver](https://github.com/trevorprinn/Babbacombe.Webserver)**   
An extendable webserver in a dll, intended mainly for use in appliance applications. Supports uploading and downloading of files, direct calls into application classes and methods, multiple concurrent sessions, session persistence etc...

- **[Babbacombe.SockLib](https://github.com/trevorprinn/Babbacombe.SockLib)**  
A socket library for sending application specific messages between a client and server. Can manage data in a variety of formats, including text and binary, and can manage multiple file uploads/downloads in a single message. The client can work in Transaction mode, sending a message and receiving a reply from the server (similar to a Web Server), or in Listening mode, which allows the client and server to send each other messages at any time. There is a facility for encrypting the communications (Windows only). There are also Xamarin Android and iOS builds, allowing Android and iOS devices to act as servers or clients.

- **[Babbacombe.Redis.Linq](https://github.com/trevorprinn/Babbacombe.Redis.Linq)**  
Linq extensions for Redis List and Hash keys. Allows a list key to be treated as an IList object, and a hash key to be treated as an IDictionary object. Automatically handles serialization and deserialization for Json keys and values, and can support other formats with the addition of simple Serializer classes.</dc:description>
    <homePageLink>https://www.myget.org/Feed/Details/babbacom-feed/</homePageLink>
    <apis>
      <api name="nuget-v3-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/babbacom-feed/api/v3/index.json" />
      <api name="nuget-v2-packages" blogID="" preferred="true" apiLink="https://www.myget.org/F/babbacom-feed/api/v2/" />
      <api name="nuget-v1-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/babbacom-feed/api/v1/" />
    </apis>
  </service>
</rsd>