OpenProtocolInterpreter 2.0.1
Version 2.x.x is obsolete and no longer maintained, please upgrade to v3.x.x.
See the version list below for details.
dotnet add package OpenProtocolInterpreter --version 2.0.1
NuGet\Install-Package OpenProtocolInterpreter -Version 2.0.1
<PackageReference Include="OpenProtocolInterpreter" Version="2.0.1" />
paket add OpenProtocolInterpreter --version 2.0.1
#r "nuget: OpenProtocolInterpreter, 2.0.1"
// Install OpenProtocolInterpreter as a Cake Addin #addin nuget:?package=OpenProtocolInterpreter&version=2.0.1 // Install OpenProtocolInterpreter as a Cake Tool #tool nuget:?package=OpenProtocolInterpreter&version=2.0.1
OpenProtocolInterpreter is a library that converts the ugly package that came from Open Protocol TCP/IP or Serial, which is commonly called MID, to an object
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on OpenProtocolInterpreter:
Repository | Stars |
---|---|
Rickedb/OpenProtocolInterpreter
Converts the ugly ASCII package that came from Open Protocol to an object
|
Version | Downloads | Last updated | |
---|---|---|---|
6.1.0 | 5,479 | 12/11/2023 | |
6.0.0 | 2,181 | 5/31/2023 | |
5.1.0 | 3,717 | 1/12/2023 | |
5.0.0 | 2,190 | 6/6/2022 | |
4.2.0 | 1,156 | 2/9/2022 | |
4.1.0 | 2,697 | 1/17/2022 | |
4.0.0 | 497 | 1/14/2022 | |
3.6.2 | 1,913 | 10/15/2021 | |
3.6.1 | 739 | 9/23/2021 | |
3.6.0 | 457 | 9/9/2021 | |
3.5.0 | 635 | 7/19/2021 | |
3.4.3 | 658 | 6/1/2021 | |
3.4.2 | 592 | 5/31/2021 | |
3.4.1 | 531 | 5/7/2021 | |
3.4.0 | 5,418 | 4/2/2021 | |
3.3.0 | 1,648 | 12/22/2020 | |
3.2.2 | 535 | 11/10/2020 | |
3.2.1 | 4,171 | 9/15/2020 | |
3.2.0 | 5,331 | 6/26/2020 | |
3.1.2 | 725 | 3/9/2020 | |
3.1.1 | 581 | 2/19/2020 | |
3.1.0 | 758 | 2/12/2020 | |
3.0.5 | 1,446 | 2/7/2020 | |
3.0.4 | 540 | 2/6/2020 | |
3.0.3 | 1,810 | 10/23/2019 | |
3.0.2 | 674 | 9/18/2019 | |
3.0.1 | 668 | 8/19/2019 | |
3.0.0 | 655 | 8/14/2019 | |
2.2.1 | 685 | 6/21/2019 | |
2.2.0 | 676 | 4/8/2019 | |
2.1.2 | 968 | 1/11/2019 | |
2.1.1 | 814 | 1/10/2019 | |
2.1.0 | 849 | 11/8/2018 | |
2.0.1 | 1,075 | 6/19/2018 | |
1.0.0 | 1,238 | 5/3/2018 |
1. Namespace "MIDs" removed, for more clean usings;
2. Classes, methods and properties names changed (For example: MidIdentifier => MidInterpreter);
3. All revisions added to all current Mids;
4. Mid classes names changed from "MID_{number}" to "Mid{number}";
5. All interfaces from Mids were made public, so now anyone can inject a custom mid to MidInterpreter;
6. Enums moved to root namespace instead of each class having his own enum correspondent to their values;
7. Converting does not work as before, it will convert it's value only when you trigger get, parsing became faster;
8. DataValues cache get values for better performance;
9. Parsing almost 50% faster than version 1.0.0.