.NET BookmakerSDK becomes Livedata SDK .net core

Livedata SDK is a client library that enables easier integration with the Livescout XML feed. Our SDK exposes XML feed service interface in a user-friendly way and takes care of XML feed parsing, proper connection handling, error recovery, event queuing and dispatching for clients. It also makes the client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed version.

Main changes:

  • Livescout feed support. Obsolete feeds support removed
  • Change of namespaces from com.sportradar.sdk to com.sportradar.livedata.sdk
  • Note - this is applied to Bookmaker SDK v2.26.0.0; there are no new features added

New versions available in GitHub : https://github.com/sportradar/LivedataSdkNet

.NET Core available: https://www.nuget.org/packages/Sportradar.LiveData.SDK/

.NET Bookmaker SDK (No longer be maintained after 01.07.2023)

Bookmaker SDK is a client library that enables easier integration with the Betradar XML feeds. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing and dispatching. It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed versions.

Currently a .NET 4.0+ version is available, Java release can be found here.

Note : Version 1.x is now deprecated. Version 2.x .NET SDK will be used for all further development.

We would like to inform you that after 20th of December 2016, 14:00 CET NuGet server (http://nuget.sdk.sportradar.com) hosting .Net version of the BookmakerSDK NuGet packages, will no longer be available.

Existing NuGet packages will be migrated to public NuGet server (nuget.org) on 13th of December 2016 at 14:00 CET. In order to assure a smooth migration and to avoid service interruptions we kindly ask you to reconfigure Visual Studio (dev IDE) before 20th December, 2016, so it will no longer use http://nuget.sdk.sportradar.com/nuget as a NuGet source.

Please follow the steps below to remove the NuGet source from NuGet Package Manager:
  • Open Microsoft Visual Studio
  • From the top menu select “Tools”, than click “Options…”
  • In the “Options” window expand “NuGet Package Manager” section and click on “Package Sources”.
  • On the right-hand side of the window select the source you want to remove and click the "Remove" button on the top



SDK users that are upgrading from 2.3.6.0 or older please note that from 2.3.7.0 SDK LiveOdds was migrated to LivePlex. When migrating to newer version please follow these instructions.

We recommend installing the .NET SDK version using the Nuget Server.

For a quick start consider consulting the README.

Supported feeds & services

  • LiveScout
  • LiveOdds
  • Betpal
  • LivePlex
  • OddsCreator
  • Soccer Roulette
  • Life Cycle of Odds
  • Virtual Football League
  • Virtual Horse Classics
  • Virtual Dog Racing
  • Virtual Tennis Open
  • Virtual Basketball League
  • Virtual Football Cup

Features

  • Extensible with support for other/new XML feeds (LiveScore, etc.)
  • Reliable message delivery
  • Automatic feed connection handling
  • Automatic request rate limiting and throttling
  • Advanced logging and diagnostics
  • Low latency and high throughput event dispatching
  • Advanced event queuing and prioritization
  • Gracefully handles feed version upgrades
  • Well-documented SDK library data and operation contracts
  • Reference Live Odds and Live Scout implementations including source code

Benefits

  • Faster XML feed integration time
  • More user friendly interface with XML feed services
  • Better support from the Sportradar support team due to easier troubleshooting
  • Well tested out, reliable and stable solution