{"id":21044585,"url":"https://github.com/tripflex/wifiwizard2demo","last_synced_at":"2026-05-20T03:36:39.191Z","repository":{"id":51206281,"uuid":"118511773","full_name":"tripflex/WifiWizard2Demo","owner":"tripflex","description":"Demo Meteor application for the WifiWizard2 cordova plugin","archived":false,"fork":false,"pushed_at":"2018-04-12T20:39:49.000Z","size":150,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T22:11:12.181Z","etag":null,"topics":["android","demo-meteor","wifi","wifiwizard","wifiwizard2","wifiwizard2-plugin"],"latest_commit_sha":null,"homepage":"https://github.com/tripflex/WifiWizard2","language":"JavaScript","has_issues":true,"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/tripflex.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}},"created_at":"2018-01-22T20:34:38.000Z","updated_at":"2022-08-02T00:50:47.000Z","dependencies_parsed_at":"2022-09-04T13:01:05.505Z","dependency_job_id":null,"html_url":"https://github.com/tripflex/WifiWizard2Demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tripflex/WifiWizard2Demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2FWifiWizard2Demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2FWifiWizard2Demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2FWifiWizard2Demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2FWifiWizard2Demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tripflex","download_url":"https://codeload.github.com/tripflex/WifiWizard2Demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2FWifiWizard2Demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33244792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T03:30:51.439Z","status":"ssl_error","status_checked_at":"2026-05-20T03:30:49.443Z","response_time":356,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","demo-meteor","wifi","wifiwizard","wifiwizard2","wifiwizard2-plugin"],"created_at":"2024-11-19T14:17:39.119Z","updated_at":"2026-05-20T03:36:39.176Z","avatar_url":"https://github.com/tripflex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WifiWizard2 Demo\nThis is a demo meteor project for using and testing the [WifiWizard2 Cordova Plugin](https://github.com/tripflex/WifiWizard2)\n\nThe majority of the code for handling all actions can be found in the files below:\n\n### Home\n[https://github.com/tripflex/WifiWizard2Demo/blob/master/client/views/home/home.js](https://github.com/tripflex/WifiWizard2Demo/blob/master/client/views/home/home.js)\n\n### Connect to WiFi\n[https://github.com/tripflex/WifiWizard2Demo/blob/master/client/views/wifi_connection/wifi_connection.js](https://github.com/tripflex/WifiWizard2Demo/blob/master/client/views/wifi_connection/wifi_connection.js)\n\n### Scan WiFi\n[https://github.com/tripflex/WifiWizard2Demo/blob/master/client/views/wifi_scan/wifi_scan.js](https://github.com/tripflex/WifiWizard2Demo/blob/master/client/views/wifi_scan/wifi_scan.js)\n\n### Using Latest Release\nTo use the latest version of WifiWizard2 from npm, you will first need to remove the published version from the project\n```shell\nmeteor remove cordova:wifiwizard2\n```\n\nTo install and use this plugin in a Meteor project (which is exactly what this demo is), you have to specify the exact version from NPM repository: https://www.npmjs.com/package/wifiwizard2\n\nAnd then add, like so:\n\n```shell\nmeteor add cordova:wifiwizard2@3.0.0\n```\n\n\n### Using Latest Git in Demo\nTo use the latest version of WifiWizard2 from git, you will first need to remove the published version from the project\n```shell\nmeteor remove cordova:wifiwizard2\n```\n\nAnd then add the latest version, appending the git commit to the end, like so:\n\n```shell\nmeteor add cordova:wifizard2@https://github.com/tripflex/WifiWizard2.git#8b19ad44d85658b0015d95b7b9279b43c5afccee\n```\n\nAs of 1/30/2018 if you want to test this out with the latest 3.0.0 branch, run the exact commands above and it should use the 3.0.0 branch from GitHub.  Make sure the commit on the end is the latest version, [check here for latest commit hashes](https://github.com/tripflex/WifiWizard2/commits/3.0.0)\n\n\nSee [Meteor Mobile documentation](https://guide.meteor.com/mobile.html#installing-plugins) for more details\n\n### Using Local Copy of Plugin\nIf you just want to clone the WifiWizard2 git repository and run that using this demo project, you will need to create a directory that will have separate directories nested inside it for the source of this project, and for a copy of the plugin.\n\nCreate two directories, one that is the root, and one to store the local plugin files:\n```shell\n/Projects/WifiWizard2Demo\n/Projects/WifiWizard2Demo/plugins\n```\n\nThese directories should all be empty, and then you want to go into the `/Projects/WifiWizard2Demo` directory and clone this repo:\n\n```shell\ngit clone https://github.com/tripflex/WifiWizard2Demo.git src\n```\n\nThis should clone this demo project, and create the `src` directory inside `/Projects/WifiWizard2Demo/`\n\nYou then want to switch to the `plugins` directory you created, and clone the WifiWizard2 plugin:\n\n```shell\ngit clone https://github.com/tripflex/WifiWizard2.git\n```\n\nYou should now have directories setup like this:\n\n```shell\n/Projects/WifiWizard2Demo\n/Projects/WifiWizard2Demo/plugins\n/Projects/WifiWizard2Demo/plugins/WifiWizard2\n/Projects/WifiWizard2Demo/src\n```\n\nInside the `/Projects/WifiWizard2Demo/plugins/WifiWizard2` should be all the files for that plugin, and inside `/Projects/WifiWizard2Demo/src` should be all the files from this demo meteor project.\n\nYou then need to remove the WifiWizard2 plugin from the meteor project, so change into the `src` directory and run these commands:\n\n```shell\nmeteor remove cordova:wifiwizard2\n```\n\nAnd then add the local copy of the plugin to the project:\n\n```shell\nmeteor add cordova:wifizard2@file://../plugins/WifiWizard2\n```\n\nYou should then be able to run this demo project on your mobile device, using that local copy of the plugin in the `plugins` directory.\n\nThere is a [known issue with Meteor and local cordova plugins](https://github.com/meteor/meteor/issues/9561), you may have to run this command if you get this same error:\n\n```shell\nrm -rf /Projects/WifiWizard2Demo/src/.meteor/local/cordova-build/\n```\n\n### Running Demo Project\nAs WifiWizard is meant to be ran on Mobile Devices, you should run this project using a device connected to your computer (not an emulated Android/iOS)\n\nFor Android, you would just run this command:\n\n```shell\nmeteor run android-device\n```\n\n### Meteor Kitchen\nThis project was created using the AWESOME [Meteor Kitchen](https://meteorkitchen.com/) created by Petar Korponaić, make sure and check it out if you haven't already, and donate to Peter if you find it useful!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripflex%2Fwifiwizard2demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftripflex%2Fwifiwizard2demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripflex%2Fwifiwizard2demo/lists"}