{"id":18343456,"url":"https://github.com/cosimo/perl5-device-gsm","last_synced_at":"2025-06-17T05:04:23.336Z","repository":{"id":662343,"uuid":"305325","full_name":"cosimo/perl5-device-gsm","owner":"cosimo","description":"a Perl5 class to handle communication with a gsm modem or gsm cell phone, send sms, etc...","archived":false,"fork":false,"pushed_at":"2020-04-21T10:40:24.000Z","size":489,"stargazers_count":13,"open_issues_count":7,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-06T07:36:16.956Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metacpan.org/pod/Device::Gsm","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosimo.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-09-12T21:35:58.000Z","updated_at":"2024-10-31T08:43:32.000Z","dependencies_parsed_at":"2022-08-16T10:35:24.145Z","dependency_job_id":null,"html_url":"https://github.com/cosimo/perl5-device-gsm","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cosimo/perl5-device-gsm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fperl5-device-gsm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fperl5-device-gsm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fperl5-device-gsm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fperl5-device-gsm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosimo","download_url":"https://codeload.github.com/cosimo/perl5-device-gsm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fperl5-device-gsm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294454,"owners_count":22987622,"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":[],"created_at":"2024-11-05T20:36:08.051Z","updated_at":"2025-06-17T05:04:23.292Z","avatar_url":"https://github.com/cosimo.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":",=======================================.\n| Device::Gsm            perl extension |\n`======================================='\n\nCopyright 2002-2015 (C) Cosimo Streppone, \u003ccosimo@cpan.org\u003e\n\n\nThis is a perl module extension. If you don't know\nwhat this means, please take the time to go to\nhttp://www.cpan.org/ or http://www.perl.org/.\n\n\n,----------------------------.\n| WHAT DOES DEVICE::GSM DO ? |\n`----------------------------'\n\nThis module works as an interface to GSM phones or GSM modems\nconnected on your local serial ports.\nIt can control your GSM *standard* functions and status.\nIt can send SMS messages in a simple and convenient way.\nIt can read messages stored on your sim card.\n\n\n,--------------------------------.\n| WHAT DOES DEVICE::GSM NOT DO ? |\n`--------------------------------'\n\nIt does not use free internet web portals to send SMS.\nIf you want to send SMS, you must have your mobile phone\nor GSM OEM module and a sim card connected to either\nserial, irda or bluetooth ports.\n\n\n,-------------------------.\n|     PRE-REQUISITES      |\n`-------------------------'\n\n- a working perl installation (version 5.005+ recommended, although this\n  module has been reported to work also for 5.004)\n\n- Device::Modem perl extension (possibly version \u003e= 1.30)\n  Download this extension from [http://cpan.perl.org/modules/by-module/Device/]\n\n- Device::Modem, in turn, requires Device::SerialPort (for unix-like systems)\n  or Win32::SerialPort (on Win32 systems) to communicate with serial port.\n  Download these extensions from [http://cpan.perl.org/modules/by-module/Device/]\n  or [http://cpan.perl.org/modules/by-module/Win32/]\n\n- a GSM cellular phone or GSM modem. Various models have been\n  reported to work. Some of these are:\n\n\tNokia 6600           (19200 baud)\n\tNokia 6310           (19200 baud)\n\tNokia 3310           (19200 baud)\n\tSiemens C45          (19200 baud)\n\tSiemens S35          (19200 baud)\n\tIridium Satellite    (19200 baud)\n\tNokia Communicator    (9600 baud)\n\tFalcom A2/Swing       (9600 baud)\n\tDigicom GSM modems    (9600 baud)\n\t...\n\n  If your GSM phone/modem is not reported in this little list, don't\n  despair. Most probably it will work without problems.\n\n  PLEASE NOTE:\n  without a GSM phone/cellular connected to a serial port at your\n  choice, you will not be able to use this module in ANY useful way.\n\n\n,--------------------------------.\n|           PLATFORMS            |\n`--------------------------------'\n\nI normally test it with both Linux and Win32 and\nit works equally well. It is known to work also on Solaris,\nFreeBSD, NetBSD (packaged with NetBSD perl installation\nas Feb 2003), OpenBSD and Commodore 64 eventually :-)\n\n\n,-------------------------.\n| INSTALLATION PROCEDURE  |\n`-------------------------'\n\nAs with 99,9% of perl extensions, can be installed with:\n\n- perl Makefile.PL\n- make\n- make test\n- make install (normally, as super-user)\n\n\n,-------------------------.\n|    LICENSING TERMS      |\n`-------------------------'\n\nThis program is free software; you can redistribute it and/or\nmodify it under the same terms as Perl itself.\nAdditionally, this is BETA software, so use it at your own risk,\nand without ANY warranty!\n\nHave fun.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimo%2Fperl5-device-gsm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosimo%2Fperl5-device-gsm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimo%2Fperl5-device-gsm/lists"}