{"id":23817822,"url":"https://github.com/lsongdev/qualcomm-4g-lte-modem","last_synced_at":"2025-10-16T15:39:21.294Z","repository":{"id":68774094,"uuid":"334914907","full_name":"lsongdev/qualcomm-4g-lte-modem","owner":"lsongdev","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-02T02:39:08.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T22:23:47.121Z","etag":null,"topics":["hardware","iot","networking"],"latest_commit_sha":null,"homepage":"http://npmjs.org/qualcomm-4g-lte-modem","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsongdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-02-01T10:38:41.000Z","updated_at":"2023-01-19T04:15:27.000Z","dependencies_parsed_at":"2023-03-29T13:31:08.907Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/qualcomm-4g-lte-modem","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"7a86de09e728c647fe2dd95e4a7b067667bb5d92"},"previous_names":["lsongdev/qualcomm-4g-lte-modem","song940/qualcomm-4g-lte-modem"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fqualcomm-4g-lte-modem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fqualcomm-4g-lte-modem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fqualcomm-4g-lte-modem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fqualcomm-4g-lte-modem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/qualcomm-4g-lte-modem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240093155,"owners_count":19746780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hardware","iot","networking"],"created_at":"2025-01-02T05:48:49.991Z","updated_at":"2025-10-16T15:39:16.246Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## qualcomm-4g-lte-modem\n\n### install\n\n```shell\n~$ npm i qualcomm-4g-lte-modem\n```\n\n### example\n\n```js\nimport { user, device, monitoring, sms } from 'qualcomm-4g-lte-modem';\n\n(async () =\u003e {\n\n  const res = await user.login(\"admin\", \"admin\");\n  console.log('login', res);\n\n  const info = await device.information();\n  console.log(info);\n\n  const status = await monitoring.status();\n  console.log(status);\n\n  const count = await sms.count();\n  console.log(count);\n\n  const { Count, Messages } = await sms.list();\n  console.log('SMS Count:', Count);\n  for (const message of Messages) {\n    console.log(message);\n  }\n\n  const d = await sms.send([\n    '18510100102'\n  ], 'hello world');\n  console.log(d);\n\n})();\n```\n\n### license \n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fqualcomm-4g-lte-modem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fqualcomm-4g-lte-modem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fqualcomm-4g-lte-modem/lists"}