RFPPF 3.0.63

dotnet add package RFPPF --version 3.0.63
                    
NuGet\Install-Package RFPPF -Version 3.0.63
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RFPPF" Version="3.0.63" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RFPPF" Version="3.0.63" />
                    
Directory.Packages.props
<PackageReference Include="RFPPF" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RFPPF --version 3.0.63
                    
#r "nuget: RFPPF, 3.0.63"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=RFPPF&version=3.0.63
                    
Install RFPPF as a Cake Addin
#tool nuget:?package=RFPPF&version=3.0.63
                    
Install RFPPF as a Cake Tool

RFPPF {#mainpage}

RF-Networks Protocol Parser Framework

LICENSE

Copyright (C) 2019 RF-Networks Ltd. All Rights Reserved.

Changelog

  • 3.0.0 - First version

  • 3.0.2 - Check-In message voltage fix

      	 - Check-In message voltage byte(15) is divided to 62.5
    
  • 3.0.3 - Old protocol tag periodic message fix

      	 - Old protocol tag periodic message max voltage raised up to 5V
    
  • 3.0.4 - GPIO sensor message change

      	 - GPIO sensor message added trigger mask and value mask
    
  • 3.0.5 - GPS message added

      	 - Receiver GPS message added
    
  • 3.0.6 - Old protocol receiver configuration message fix

      	 - Receiver Configuration message bugfix
    
  • 3.0.7 - Old protocol receiver configuration messages added

      	 - Receiver Configuration Voltage, External Voltage, Temperature messages added
    
      	 - Receiver Modem Voltage message added
    
  • 3.0.8 - Old protocol receiver configuration messages fix

      	 - Receiver Configuration message bugfix
    
  • 3.0.9 - Old protocol receiver configuration external voltage messages fix

      	 - Receiver Configuration External voltage message DataSize exception fix bugfix
    
  • 3.0.10 - Minor bugfixes

      	 - Minor bugfixes
    
  • 3.0.11 - Old protocol receiver configuration temperature messages fix

      	 - Receiver Configuration Temperature message DataSize exception fix bugfix (old versions of radio send 2 bytes instead of 1)
    
  • 3.0.12 - Java version fix

      	 - Java version bugfixes
    
  • 3.0.13 - New message types added

          - Mesh BME280 message changed
    
          - Mesh GPIO16, Analog3 messages added
    
  • 3.0.14 - Message factory fix for RFM protocol

          - ParseMeshMessage function added
    
  • 3.0.15 - Bugfixes

          - Minor bugfixes and Mesh message ToString function implemented
    
  • 3.0.16 - Bugfixes

          - Mesh protocol parsing bugfix
    
  • 3.0.17 - Mesh scheduler messages

          - Mesh scheduler messages implementation
    
          - Minor bugfixes
    
  • 3.0.18 - Mesh scheduler event messages

          - Mesh scheduler event messages implementation
    
  • 3.0.19 - Bugfix

          - Mesh set scheduler messages parsing bugfix
    
  • 3.0.20 - Bugfix

          - Java version fixes
    
  • 3.0.21 - DS18B20 Sensor Bugfix

          - DS18B20 Sensor mesh message size fixes
    
  • 3.0.22 - DS18B20 Sensor Bugfix

          - DS18B20 Sensor mesh message temperature fixes
    
  • 3.0.23 - Bugfix

          - Minor bugfixes
    
  • 3.0.24 - DiagnosticTestInfoMessage change

          - DiagnosticTestInfoMessage structure change
    
  • 3.0.25 - DiagnosticTestInfoMessage fixes

          - DiagnosticTestInfoMessage fixes
    
  • 3.0.26 - TesterCommandMessage fix

          - TesterCommandMessage fix
    
  • 3.0.27 - TagAveragePulsesPerSecondMessage added

          - TagAveragePulsesPerSecondMessage message type added
    
  • 3.0.28 - Old protocol parser fix

          - Old protocol parser fix
    
  • 3.0.29 - TagAveragePulsesPerSecondMessage change

          - TagAveragePulsesPerSecondMessage message structure change (Voltage removed)
    
  • 3.0.30 - TagAveragePulsesPerSecondMessage Java fix

          - TagAveragePulsesPerSecondMessage message Java fix
    
  • 3.0.31 - C# Bug fix

      	 - Data sensor missing messages type fix
    
  • 3.0.32 - Receiver Weight & Modbus Meter messages added

      	 - Receiver Weight message added
    
      	 - Receiver Modbus Meter message added
    
  • 3.0.33 - Mesh protocol version 2 implemented

      	 - Mesh protocol version 2 implemented
    
  • 3.0.34 - Mesh protocol check out message added

      	 - Mesh protocol check out message added
    
  • 3.0.35 - DS18B20 Sensor Message parsing fix

      	 - DS18B20 Sensor Message parsing fix
    
  • 3.0.36 - Old protocol Acknowledge Message parsing fix

      	 - Old protocol Acknowledge Message parsing fix
    
  • 3.0.37 - Old protocol Extended Protocol with GPS message added

      	 - Old protocol Extended Protocol with GPS message added
    
  • 3.0.38 - Old protocol Extended Protocol with PH & EC message added

      	 - Old protocol Extended Protocol with PH & EC message added
    
  • 3.0.39 - Old protocol Extended Protocol with PH & EC message fix

      	 - Old protocol Extended Protocol with PH & EC message fix
    
  • 3.0.40 - Old protocol Mesh & Mesh RSSI parsers added

      	 - Old protocol Mesh & Mesh RSSI parsers added
    
  • 3.0.41 - Old protocol Mesh & Mesh RSSI parsers fix

      	 - Old protocol Mesh & Mesh RSSI parsers fix
    
  • 3.0.42 - Old protocol Extended Protocol with magnitude message added

      	 - Old protocol Extended Protocol with magnitude message added
    
  • 3.0.44 - Old protocol Extended Protocol with magnitude message fixes

      	 - Old protocol Extended Protocol with magnitude message fixes
    
  • 3.0.45 - Bufgixes

      	 - Tag Extended protocol message RSSI fix
    
      	 - Tag Extended protocol magnitude message added
    
  • 3.0.46 - Bufgixes

      	 - Tag Extended protocol message GPS fix
    
  • 3.0.47 - Bufgixes

      	 - Tag Extended protocol parsing fix
    
  • 3.0.48 - Tag Extended protocol Moistures array & Temperatures array messages

      	 - Tag Extended protocol Moistures array & Temperatures array messages added
    
  • 3.0.49 - Mesh protocol messages bugfix

      	 - Mesh protocol messages bugfix
    
  • 3.0.50 - Mesh protocol GPIOV2 & AnalogV2 messages

      	 - Mesh protocol GPIOV2 & AnalogV2 messages added
    
  • 3.0.51 - Old protocol Receiver WhoIAm, PRCRequest and RPCResponse messages added

      	 - Old protocol Receiver WhoIAm, PRCRequest and RPCResponse messages added
    
  • 3.0.52 - Bugfixes

      	 - Bugfixes
    
  • 3.0.53 - Gateway messages added to GPRS message

      	 - Gateway messages added to GPRS message
    
      	 - Old protocol Receiver WhoIAm, PRCRequest and RPCResponse messages are depricated
    
  • 3.0.54 - GPRS message Gateway messages generate functions added

      	 - GPRS message Gateway messages generate functions added
    
  • 3.0.55 - GPRS message Gateway message generation function fix

      	 - GPRS message Gateway message generation function fix
    
  • 3.0.56 - GPRS message parametrized constructor bugfix

      	 - GPRS message parametrized constructor bugfix
    
  • 3.0.57 - GPRS WhoIAm message radio bootloader version field added

      	 - GPRS WhoIAm message radio bootloader version field added
    
  • 3.0.58 - Old protocol tag pressure message pressure multiplier changed to 100

      	 - Old protocol tag pressure message pressure multiplier changed to 10
    
  • 3.0.59 - Java bit-stuffing decode bugfix

      	 - Java bit-stuffing decode bugfix
    
  • 3.0.60 - Mesh protocol SI7021V2 message

      	 - Mesh protocol SI7021V2 message added
    
  • 3.0.61 - Mesh protocol DiagnosticChildrenList message

      	 - Mesh protocol DiagnosticChildrenList message added
    
  • 3.0.62 - Mesh protocol GPIOV2 message fix

      	 - Mesh protocol GPIOV2 message fix
    
  • 3.0.63 - Mesh protocol CheckIn message change

      	 - Mesh protocol CheckIn message Upload and Download error percentage fields added
    
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.63 143 21 days ago
3.0.62 165 a month ago
3.0.61 122 3 months ago
3.0.60 102 3 months ago
3.0.58 99 3 months ago
3.0.57 96 3 months ago
3.0.56 125 3 months ago
3.0.55 116 3 months ago
3.0.54 109 4 months ago
3.0.53 117 4 months ago
3.0.52 93 4 months ago
3.0.51 107 4 months ago
3.0.50 124 5 months ago
3.0.49 114 9 months ago
3.0.48 150 3/31/2024
3.0.47 117 3/20/2024
3.0.46 118 3/20/2024
3.0.45 150 2/12/2024
3.0.44 132 2/7/2024
3.0.43 107 2/7/2024
3.0.42 144 2/7/2024
3.0.41 230 11/26/2023
3.0.40 147 11/17/2023
3.0.39 123 11/16/2023
3.0.38 135 11/16/2023
3.0.37 158 9/19/2023
3.0.36 476 9/22/2022
3.0.35 304 1/5/2022
3.0.34 324 12/8/2021
3.0.33 310 12/7/2021
3.0.32 336 6/24/2021
3.0.31 341 4/22/2021
3.0.30 358 1/25/2021
3.0.29 375 1/20/2021
3.0.28 366 1/12/2021
3.0.27 423 1/12/2021
3.0.26 425 12/10/2020
3.0.25 433 12/9/2020
3.0.24 418 12/9/2020
3.0.23 525 12/6/2020
3.0.22 534 12/6/2020
3.0.21 406 12/6/2020
3.0.20 397 12/6/2020
3.0.19 403 11/12/2020
3.0.18 400 11/12/2020
3.0.17 414 11/11/2020
3.0.16 414 10/26/2020
3.0.15 511 10/18/2020
3.0.14 450 10/18/2020
3.0.13 488 9/21/2020
3.0.12 473 7/21/2020
3.0.11 445 7/21/2020
3.0.10 490 7/16/2020
3.0.9 480 7/16/2020
3.0.8 436 7/14/2020
3.0.7 451 7/14/2020
3.0.6 465 7/2/2020
3.0.5 679 5/27/2020
3.0.4 516 2/10/2020
3.0.3 504 2/9/2020
3.0.2 598 1/26/2020
3.0.1 506 1/14/2020
3.0.0 579 1/9/2020

Initial release