{"id":36790775,"url":"https://github.com/objenious/senml","last_synced_at":"2026-01-12T13:25:24.275Z","repository":{"id":57480658,"uuid":"139150292","full_name":"objenious/senml","owner":"objenious","description":"SenML (Sensor Measurement Lists) format for Go","archived":false,"fork":false,"pushed_at":"2019-09-11T11:59:43.000Z","size":17,"stargazers_count":13,"open_issues_count":4,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-14T09:19:00.558Z","etag":null,"topics":["golang","iot","senml"],"latest_commit_sha":null,"homepage":"","language":"Go","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/objenious.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":"2018-06-29T13:03:29.000Z","updated_at":"2022-09-12T00:19:43.000Z","dependencies_parsed_at":"2022-09-26T17:41:19.226Z","dependency_job_id":null,"html_url":"https://github.com/objenious/senml","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/objenious/senml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fsenml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fsenml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fsenml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fsenml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/objenious","download_url":"https://codeload.github.com/objenious/senml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fsenml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28339000,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["golang","iot","senml"],"created_at":"2026-01-12T13:25:23.533Z","updated_at":"2026-01-12T13:25:24.260Z","avatar_url":"https://github.com/objenious.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# senml\n\n[![Travis-CI](https://travis-ci.org/objenious/senml.svg?branch=master)](https://travis-ci.org/objenious/senml)  [![GoDoc](https://godoc.org/github.com/objenious/senml?status.svg)](http://godoc.org/github.com/objenious/senml)\n[![GoReportCard](https://goreportcard.com/badge/github.com/objenious/senml)](https://goreportcard.com/report/github.com/objenious/senml)\n[![Coverage Status](https://coveralls.io/repos/github/objenious/senml/badge.svg?branch=master)](https://coveralls.io/github/objenious/senml?branch=master)\n\n`go get github.com/objenious/senml`\n\n## Status: stable\n\nThis package implements the SenML format (Sensor Measurement Lists, formerly known as Sensor Markup Language), as defined in [RFC8428](https://tools.ietf.org/html/rfc8428).\n\nThis package is used in production on the Objenious LoRaWAN platform, and is maintained.\n\n\u003e Warning: a breaking change was introduced in version 1.0.0, with the Record.Version being renamed to Record.BaseVersion.\n\n## Encoding/decoding\n\nEncoding to/from JSON and XML is managed by the standard library.\n\n```\ns := senml.Pack{{Name:\"foo\", Value: senml.Float(32)}}\nerr := json.NewEncoder(w).Encode(s)\n```\n\n```\ns := senml.Pack{}\nerr := json.NewDecoder(req.Body).Decode(\u0026s)\n```\n\n## TODO\n\n* CBOR Representation\n* EXI Representation\n* Fragment Identification\n\n## Contribution guidelines\n\nContributions are welcome, as long as :\n* unit tests \u0026 comments are included,\n* no external package is added to the top-level package (but allowed in sub-packages).\n\n## Licence\n\nMIT - See LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjenious%2Fsenml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjenious%2Fsenml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjenious%2Fsenml/lists"}