Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v1.1.0
ecom
Browse files
Feb 09, 2023
Release 1.1.0
· a8a9f896
Abestanis
authored
Feb 09, 2023
View commits for tag v1.1.0
v1.1.0
a8a9f896
Ignore dist directory
· 69bd658c
Abestanis
authored
Feb 09, 2023
69bd658c
Build universal wheel when deploying
· 586d6699
Abestanis
authored
Feb 09, 2023
586d6699
Remove broken pygments-csv-lexer doc dependency
· b19c96a6
Abestanis
authored
Feb 09, 2023
b19c96a6
Feb 08, 2023
Test that the equality doesn't change when replacing a type
· 546f9be8
Abestanis
authored
Feb 08, 2023
546f9be8
Feb 06, 2023
Add tests for the nextTelecommandCounter property
· f7ff07db
Abestanis
authored
Feb 07, 2023
f7ff07db
Add nextTelecommandCounter for telecommand serializer
· 83c56463
Abestanis
authored
Feb 07, 2023
83c56463
Feb 05, 2023
Improve error message when just pressing enter
· ebbc1ede
Abestanis
authored
Feb 05, 2023
ebbc1ede
Fix ignoredBytesHandler for ResponseTelemetryParser
· 5271bc96
Abestanis
authored
Feb 05, 2023
5271bc96
Print the MAX_CONFIG_VALUE_SIZE when listing db info
· f233211e
Abestanis
authored
Feb 05, 2023
f233211e
Fix max config value size calculation
· b36b1675
Abestanis
authored
Feb 05, 2023
b36b1675
Feb 04, 2023
Improve documentation
· ef5d6af8
Abestanis
authored
Feb 04, 2023
ef5d6af8
Make Constant generic
· 6a89a9e6
Abestanis
authored
Feb 04, 2023
6a89a9e6
Rename UnknownArgumentError to UnknownDatapointError
· 553a30c4
Abestanis
authored
Feb 04, 2023
553a30c4
Add function documentation to writeTelemetry
· c585a7a1
Abestanis
authored
Feb 04, 2023
c585a7a1
Rename autogenerated Telecommand enum to TelecommandType
· b72d1f71
Abestanis
authored
Feb 04, 2023
b72d1f71
Reorder required C function definitions in generated receiver.c
· 3053af64
Abestanis
authored
Feb 04, 2023
3053af64
Update docs dependencies
· df9f109b
Abestanis
authored
Feb 04, 2023
df9f109b
Update the minimum required Python version to 3.7
· 6ac6c9d1
Abestanis
authored
Feb 04, 2023
6ac6c9d1
Build readthedocs with the latest Python 3 version
· a2a4ee13
Abestanis
authored
Feb 04, 2023
a2a4ee13
Feb 01, 2023
Convert KeyErrors into TypeErrors in loadTypedValue
· 1b02c76c
Abestanis
authored
Jan 31, 2023
1b02c76c
Fix creating units without a description
· 6e347728
Abestanis
authored
Feb 01, 2023
6e347728
Jan 29, 2023
Add ignoredBytesHandler argument to parsers
· 8971f8c5
Abestanis
authored
Jan 29, 2023
8971f8c5
Add tests for parsing errors and missing commands in responses
· 31f9aab1
Abestanis
authored
Jan 29, 2023
31f9aab1
Remove __str__ of EnumTypes
· 0fce1fdd
Abestanis
authored
Jan 29, 2023
0fce1fdd
Fix message of ParserErrors
· f2d95143
Abestanis
authored
Jan 29, 2023
f2d95143
Add serializeTelecommandAcknowledge to ResponseSerializers
· c541a2b2
Abestanis
authored
Jan 29, 2023
c541a2b2
Fix creation of parser errors in response parser
· 52a06f61
Abestanis
authored
Jan 29, 2023
52a06f61
Use the name for representing Enums
· 63d3b759
Abestanis
authored
Jan 29, 2023
63d3b759
Jan 28, 2023
Add helper for iterating over just the required telecommand datapoints
· 13113d3c
Abestanis
authored
Jan 28, 2023
13113d3c
Add SEND_COMMAND telecommand to example database
· 0d374353
Abestanis
authored
Jan 28, 2023
0d374353
Cleanup test imports
· 9475393b
Abestanis
authored
Jan 28, 2023
9475393b
Add some additional checks when loading stuct and array values
· cdf4c1c1
Abestanis
authored
Jan 28, 2023
cdf4c1c1
Jan 26, 2023
Add current parser buffer to ParserErrors
· a8e02215
Abestanis
authored
Jan 26, 2023
a8e02215
Add tests for type equalities
· bb8fc68e
Abestanis
authored
Jan 26, 2023
bb8fc68e
Use a Python 3.11 interpreter for the project
· b471996a
Abestanis
authored
Jan 26, 2023
b471996a
Jan 14, 2023
Allow to specify the datatype of a structField with a callable
· be62a216
Abestanis
authored
Jan 14, 2023
be62a216
Fix loading bytes when the value is already bytes
· 0af3f1eb
Abestanis
authored
Jan 14, 2023
0af3f1eb
Use the type description as a type name when loading struct members
· 87714510
Abestanis
authored
Jan 14, 2023
87714510
Allow not specifying the type name to parseKnownTypeInfo
· a346363d
Abestanis
authored
Jan 14, 2023
a346363d
Loading