{"id":21306602,"url":"https://github.com/benjaminhansen/iot_access_manager_windows","last_synced_at":"2025-03-15T19:46:05.358Z","repository":{"id":233295139,"uuid":"93097822","full_name":"benjaminhansen/iot_access_manager_windows","owner":"benjaminhansen","description":"Allows bulk registration of devices via the UA Little Rock IoT Access Portal","archived":false,"fork":false,"pushed_at":"2022-08-05T15:45:31.000Z","size":52816,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T09:09:46.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/benjaminhansen.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,"dei":null}},"created_at":"2017-06-01T20:42:47.000Z","updated_at":"2022-08-05T15:45:36.000Z","dependencies_parsed_at":"2024-04-15T16:58:55.228Z","dependency_job_id":null,"html_url":"https://github.com/benjaminhansen/iot_access_manager_windows","commit_stats":null,"previous_names":["benjaminhansen/iot_access_manager_windows"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminhansen%2Fiot_access_manager_windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminhansen%2Fiot_access_manager_windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminhansen%2Fiot_access_manager_windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjaminhansen%2Fiot_access_manager_windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjaminhansen","download_url":"https://codeload.github.com/benjaminhansen/iot_access_manager_windows/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243784102,"owners_count":20347409,"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-21T16:27:05.902Z","updated_at":"2025-03-15T19:46:05.320Z","avatar_url":"https://github.com/benjaminhansen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IoT Access Manager for Windows\nAllows bulk registration of devices via the UA Little Rock IoT Access Portal\n-\n\nSystem Requirements\n- Visual C++ Redistributable for VS 2015 (\u003ca href=\"https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe\" target=\"_blank\"\u003eDownload From Microsoft\u003c/a\u003e)\n\nSetup\n\u003col\u003e\n\u003cli\u003eDownload/clone and unzip the repository's contents into a folder in which you have permission to access\u003c/li\u003e\n\u003cli\u003eNavigate to the \u003ccode\u003econfig\u003c/code\u003e folder and open the \u003ccode\u003econfig.json\u003c/code\u003e file\u003c/li\u003e\n\u003cli\u003eProvide your UA Little Rock NetID and Password in the Auth section.\u003cbr\u003eYou can also change the name of the CSV file that the manager looks for in the \u003ccode\u003econfig\u003c/code\u003e folder (this is optional).\u003cbr\u003eSave and close the file.\u003c/li\u003e\n\u003cli\u003eOpen the \u003ccode\u003eiot-devices.csv\u003c/code\u003e file also located in the \u003ccode\u003econfig\u003c/code\u003e folder.\u003cbr\u003eThis is where you will provide the MAC addresses and hostnames of the devices you want to register with the IoT network.\n\u003cbr\u003e\u003cbr\u003eThe first column must contain the MAC address for the device you want to register.\u003cbr\u003eThe second column must contain the hostname.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color:red;\"\u003eDo not provide column headers\u003c/span\u003e\u003cbr\u003e\u003cbr\u003e\n\u003ctable style=\"width:100%\"\u003e\n\u003ctr\u003e\n\u003ctd\u003e00-00-00-00-00-00\u003c/td\u003e\n\u003ctd\u003edevice01\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\u003c/li\u003e\n\n\u003cli\u003eFrom the root of the project, run \u003ccode\u003einstall.cmd\u003c/code\u003e as an Administrator.\u003cbr /\u003eThis will:\n\u003cul\u003e\n\u003cli\u003egenerate the \u003ccode\u003erun.cmd\u003c/code\u003e file\u003c/li\u003e\n\u003cli\u003ecreate the \u003ccode\u003evendor =\u003e app\\laravel\\iotmgmt\\vendor\u003c/code\u003e symlink\u003c/li\u003e\n\u003cli\u003emove the \u003ccode\u003einstall.cmd\u003c/code\u003e file to the \u003ccode\u003eapp\\scripts\u003c/code\u003e folder\u003c/li\u003e\n\u003c/ul\u003e\u003c/li\u003e\n\u003c/ol\u003e\n\nExecution\n1. From the root of the project, run \u003ccode\u003erun.cmd\u003c/code\u003e.\n2. If everything was configured and set up correctly you should see an automated Chrome window open and begin to walk through the registration process. Once the process completes Chrome will automatically close and you will receive a \"success\" message in the terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminhansen%2Fiot_access_manager_windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminhansen%2Fiot_access_manager_windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminhansen%2Fiot_access_manager_windows/lists"}