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.
#:package RFPPF@3.0.63
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RFPPF&version=3.0.63
                    
Install as a Cake Addin
#tool nuget:?package=RFPPF&version=3.0.63
                    
Install 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 177 3/30/2025
3.0.62 193 3/10/2025
3.0.61 148 2/3/2025
3.0.60 126 1/30/2025
3.0.58 124 1/22/2025
3.0.57 123 1/21/2025
3.0.56 151 1/5/2025
3.0.55 142 1/5/2025
3.0.54 133 1/2/2025
3.0.53 142 12/31/2024
3.0.52 119 12/30/2024
3.0.51 131 12/29/2024
3.0.50 150 11/19/2024
3.0.49 138 7/10/2024
3.0.48 176 3/31/2024
3.0.47 142 3/20/2024
3.0.46 143 3/20/2024
3.0.45 175 2/12/2024
3.0.44 153 2/7/2024
3.0.43 130 2/7/2024
3.0.42 169 2/7/2024
3.0.41 238 11/26/2023
3.0.40 155 11/17/2023
3.0.39 132 11/16/2023
3.0.38 143 11/16/2023
3.0.37 172 9/19/2023
3.0.36 506 9/22/2022
3.0.35 346 1/5/2022
3.0.34 368 12/8/2021
3.0.33 353 12/7/2021
3.0.32 380 6/24/2021
3.0.31 388 4/22/2021
3.0.30 402 1/25/2021
3.0.29 421 1/20/2021
3.0.28 412 1/12/2021
3.0.27 469 1/12/2021
3.0.26 473 12/10/2020
3.0.25 480 12/9/2020
3.0.24 466 12/9/2020
3.0.23 608 12/6/2020
3.0.22 616 12/6/2020
3.0.21 453 12/6/2020
3.0.20 444 12/6/2020
3.0.19 452 11/12/2020
3.0.18 449 11/12/2020
3.0.17 462 11/11/2020
3.0.16 463 10/26/2020
3.0.15 559 10/18/2020
3.0.14 498 10/18/2020
3.0.13 537 9/21/2020
3.0.12 528 7/21/2020
3.0.11 492 7/21/2020
3.0.10 539 7/16/2020
3.0.9 527 7/16/2020
3.0.8 483 7/14/2020
3.0.7 498 7/14/2020
3.0.6 513 7/2/2020
3.0.5 731 5/27/2020
3.0.4 568 2/10/2020
3.0.3 557 2/9/2020
3.0.2 651 1/26/2020
3.0.1 559 1/14/2020
3.0.0 632 1/9/2020

Initial release