Xamarin Cross Platform IScheduler implementation for scheduling onto the main thread. Works with Xamarin.Forms, Xamarin.Android, Xamarin.iOS, and Xamarin.UWP
TwinRx is a library for connecting a .NET application with a Beckhoff TwinCAT PLC program via Reactive Extensions (Rx) over ADS.
Features
* Create an IObservable for a PLC variable, bringing changes to the PLC variable into the Reactive world.
* Make use of Rx's extensive event...
More information
ShairportSync.TrackInfoReader is a shairport-sync metadata parser which provides track information (artist, album, song title, artwork image, etc.) as Rx ( IObservable<TrackInfo> ).
This library works on .NET Standard 2.0 compliant platforms like .NET Core 2 / Mono.
i.e. works on Raspberry Pi 2 /...
More information
A class representing a value that when updated (posted) signals changes to observers.
Will post current value (if initialized) when subscribing. Synchronized to ensure ordering.
Compatible with IObservable<T> and System.Reactive.