Skip to content

United Mobile Delivery Server/API - Interfaces to SQL Server and hosts all clients (ManifestGenerator and UMDGUI)

Notifications You must be signed in to change notification settings

vergaraunited/MobileDeliveryServer

Repository files navigation

MobileDeliveryServerMobileDeliveryLogger Nuget Versions (UMDNuget Artifacts)

United Mobile Delivery Server - Abstract DLL for Mobile Delivery Server Hosting components

Automatic built in {Ping/Pong} reposonses to correspond with ping/pong behavior for the abstract Client abstract dll (MobileDeliveryClient).

Implementation

public delegate void ProcessMsgDelegateRXRaw(byte[] cmd, Func<byte[], Task> cbsend);

public void Start(ProcessMsgDelegateRXRaw pmd)
{
    Server srv = new Server(name, url, port, level);
    srv.Start(pmd);
}

.netStandard2.0

nuget pack -IncludeReferencedProjects -Build -Symbols -Properties Configuration=Release

nuget.config file
<configuration>
  <packageSources>
    <add key="UMDNuget" value="https://pkgs.dev.azure.com/unitedwindowmfg/1e4fcdac-b7c9-4478-823a-109475434848/_packaging/UMDNuget/nuget/v3/index.json" />
  </packageSources>
  <packageSourceCredentials>
    <UMDNuget>
        <add key="Username" value="any" />
        <add key="ClearTextPassword" value="w75dbjeqggfltkt5m65yf3e33fryf2olu22of55jxj4b3nmfkpaa" />
      </UMDNuget>
  </packageSourceCredentials>
</configuration>

NuGet Package References

Package Name Version Description
MobileDeliveryGeneral 1.4.3 Mobile Delivery General Code with Symbols

ToDo

About

United Mobile Delivery Server/API - Interfaces to SQL Server and hosts all clients (ManifestGenerator and UMDGUI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages