semuconsulting / pyrtcm

Python library for parsing RTCM 3 protocol messages.
BSD 3-Clause "New" or "Revised" License
75 stars 23 forks source link

Add satellite name and their messages. #15

Closed Harsh005385 closed 1 year ago

Harsh005385 commented 1 year ago

Is your feature request related to a problem? Please describe.

I can't parsing the data of IRNSS MSM data so please add it in library.

Describe the solution you'd like

I add IRNSS in below modules. 1.) rtcmtables.py 2.) rtcmtypes.py 3.) rtcmhelpers.py 4.) rtcmtypes_get.py

Describe alternatives you've considered

I add these properly but still there is an error.

Would you be willing to assist with testing?

I want to assist regarding RTCM 10403.3 and message types are IRNSS -> MSM(1131-1137).

Additional context

Tell me the solution. And I got error TypeError: 'NpneType' object is not subscriptable.

semuadmin commented 1 year ago

Hi @Harsh005385 ,

You haven't actually provided any code samples so I can't possibly "tell you the solution" or debug the Nonetype error you're getting.

If you have fully tested code and would like to submit a Pull Request, please use the template provided - all contributions welcome.

Otherwise, please provide further information and code samples to help me understand your issues.