{"id":19764550,"url":"https://github.com/gourdonski/netduino-lab","last_synced_at":"2025-10-14T19:37:15.980Z","repository":{"id":186594133,"uuid":"94967852","full_name":"gourdonski/netduino-lab","owner":"gourdonski","description":"Microcontroller fun","archived":false,"fork":false,"pushed_at":"2017-06-21T05:53:49.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T10:38:24.833Z","etag":null,"topics":["iot","netduino","netmf"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gourdonski.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,"governance":null}},"created_at":"2017-06-21T05:53:32.000Z","updated_at":"2017-06-21T05:54:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e76e83c-5e1d-401c-974f-6f758e4d9259","html_url":"https://github.com/gourdonski/netduino-lab","commit_stats":null,"previous_names":["gourdonski/netduino-lab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gourdonski/netduino-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gourdonski%2Fnetduino-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gourdonski%2Fnetduino-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gourdonski%2Fnetduino-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gourdonski%2Fnetduino-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gourdonski","download_url":"https://codeload.github.com/gourdonski/netduino-lab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gourdonski%2Fnetduino-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020656,"owners_count":26086898,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["iot","netduino","netmf"],"created_at":"2024-11-12T04:14:11.798Z","updated_at":"2025-10-14T19:37:15.963Z","avatar_url":"https://github.com/gourdonski.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netduino Lab\n\nThis is a library that targets the \u003ca href=\"http://www.netmf.com/\" target=\"_blank\"\u003e.NET Micro Framework\u003c/a\u003e and includes a light-weight framework for interacting with your components.  It wasn't finished but has the following features:\n* Web server that supports standard HTTP methods and uses delegates to handle routing\n* Utility for setting device clock from an NTP server\n* Rolling file logger\n* MicroSD file system access\n* Ability to sync and manipulate collections of components\n* Pulsing behavior that can be dynamically applied to any digital component\n* Seven segment display that can be manipulated over the internet\n\nTo run the web server, check out the BasicWebServerSample in the repository, which is where the following snippet is from:\n\n```c#\nusing (var webServer = new WebServer(fileLogger))\n{\n  webServer.AddRouteHandler(new RouteHandler(\n    HttpMethod.Get, \"test\", program.handleTestRequest));\n\n  webServer.Start();\n\n  Thread.Sleep(webServerDuration);\n}\n```\n\n**Note:** this library was developed with the Netduino Plus 2 board.\n\n![httpatomoreillycomsourceoreillyimages9857142](https://cloud.githubusercontent.com/assets/4038675/13768666/5651174a-ea3e-11e5-9bdd-40a9e26f118c.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgourdonski%2Fnetduino-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgourdonski%2Fnetduino-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgourdonski%2Fnetduino-lab/lists"}