1
0
Fork
You've already forked supl-server
0
No description
  • Python 100%
Dylan Van Assche 274131d03d
common: supl_codec: IMSI is 8 bytes
Report IMSI of 0 to avoid leaking IMSI. This is valid for non-mobile devices according to SUPL spec
2023年05月26日 21:57:57 +02:00
common common: supl_codec: IMSI is 8 bytes 2023年05月26日 21:57:57 +02:00
data Add lpp in SUPLSTART 2018年05月11日 22:21:24 +08:00
security Implemented supl-client.py 2018年05月07日 23:51:33 +08:00
main.py Initial commit 2018年05月01日 22:20:34 +08:00
playground.py Add lpp in SUPLSTART 2018年05月11日 22:21:24 +08:00
README.md Initial commit 2018年05月01日 22:20:34 +08:00
supl_client.py Optimize the software modules 2018年05月13日 16:27:08 +08:00
supl_server.py supl-server: make it work for proxying 2023年05月26日 21:46:51 +02:00

A OMA SUPL server which is created for understanding the protocol in my spare time. Thanks for the authors of pycrate, which is a python asn1 library this project is using.