{"id":21399007,"url":"https://github.com/appzer/arduino-pushsafer","last_synced_at":"2026-04-12T20:39:04.585Z","repository":{"id":49877780,"uuid":"65198069","full_name":"appzer/arduino-pushsafer","owner":"appzer","description":"Send push notifications through pushsafer.com from the arduino to your Browser, Android, iOS or Windows device.","archived":false,"fork":false,"pushed_at":"2023-03-09T10:04:22.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T02:41:33.562Z","etag":null,"topics":["android","arduino","arduino-pushsafer","ios","ipad","iphone","notification","notifications","push","push-notifications","pushnotification","pushnotifications","pushsafer","win10","windows"],"latest_commit_sha":null,"homepage":"https://www.pushsafer.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appzer.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-08-08T11:15:26.000Z","updated_at":"2024-01-22T07:34:19.000Z","dependencies_parsed_at":"2022-09-13T14:00:53.733Z","dependency_job_id":null,"html_url":"https://github.com/appzer/arduino-pushsafer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzer%2Farduino-pushsafer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzer%2Farduino-pushsafer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzer%2Farduino-pushsafer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzer%2Farduino-pushsafer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appzer","download_url":"https://codeload.github.com/appzer/arduino-pushsafer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243891964,"owners_count":20364611,"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":["android","arduino","arduino-pushsafer","ios","ipad","iphone","notification","notifications","push","push-notifications","pushnotification","pushnotifications","pushsafer","win10","windows"],"created_at":"2024-11-22T15:12:31.551Z","updated_at":"2026-04-12T20:39:04.514Z","avatar_url":"https://github.com/appzer.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Pushsafer](https://www.pushsafer.com/de/assets/logos/logo.png)\n\nSend [pushsafer.com](https://www.pushsafer.com) notifications from your Arduino\n\nPushsafer make it easy and safe to get push-notifications in real time on your\n- Android device\n- iOS device (incl. iPhone, iPad, iPod Touch)\n- Windows Phone \u0026 Desktop\n- Browser (Chrome \u0026 Firefox)\n\n# Download\nhttps://github.com/appzer/arduino-pushsafer/\n\n# pushsafer.com-Arduino\nSend pushsafer.com messages from the arduino to your Browser, Android, iOS or Windows device.\n\nIf you want to use for example a variable in the message, like a temperature reading from a temperature sensor.\n\nHere is an example:\n\n\u003cpre\u003e\nText[40];\n\nTitle[19] = \"Current Temperature\";\n\nchar temp_str[8];\n\n// convert float value from temperature sensor to a string, where TemperatureSensor is a variable defined from a temperature sensor value\ndtostrf(TemperatureSensor, 4, 1, temp_str);\n\nsprintf(Text,\"The current temperature is now %s°\",temp_str);\n\n// pushsafer(\"Message\",\"Title\",\"Sound\",\"Vibration\",\"Icon\",\"IconColor\",\"URL\",\"URLTitle\",\"Time2Live\",\"Priority\",\"Retry\",\"Expire\",\"Confirm\",\"Answer\",\"AnswerOptions\",\"AnswerForce\",\"Device\");  \npushsafer(Text,Title,\"12\",\"3\",\"62\",\"#FF0000\",\"https://www.pushsafer.com\",\"Open Pushsafer\",\"0\",\"2\",\"60\",\"6000\",\"10\",\"1\",\"yes|no|maybe\",\"1\",\"a\");  \n\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzer%2Farduino-pushsafer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappzer%2Farduino-pushsafer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzer%2Farduino-pushsafer/lists"}