assets2036go

go support library for assets2036

https://github.com/boschresearch/assets2036go

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary

Keywords

keep
Last synced: 6 months ago · JSON representation ·

Repository

go support library for assets2036

Basic Info
  • Host: GitHub
  • Owner: boschresearch
  • License: apache-2.0
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 46.9 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
keep
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Citation

README.md

assets2036go

Table of content

Description

Use assets2036go to communicate with other assets following the assets2036 standard used on Arena2036.

assets2036 is based on very lean MQTT and JSON conventions - you can even participate using only standard MQTT and JSON libs. This is a convenience library, simplifying participation with any go software.

Getting started

Simply add the line

require github.com/boschresearch/assets2036go v0.3.2

to your go.mod file.

Enter

go mod download

to get the lib sources.

See ./example/example_1.go for details of usage.

Dependencies

  • Eclipse Paho MQTT Go client 1.2.0 Eclipse Public License - v 1.0
  • UUID package for Go language 1.2.0 MIT

Remarks

Authors

Thomas Jung

License

assets2036go is open-sourced under the Apache-2.0 license. See the LICENSE file for details. For a list of other open source components assets2036go depends on, see Dependencies.

Acknowledgments

Thanks to Daniel Ewert for the inspiration, conceptual work and preliminary python library.

Owner

  • Name: Bosch Research
  • Login: boschresearch
  • Kind: organization
  • Email: opensource@bosch.com

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: assets2036go
message: Please cite this software using these metadata.
type: software
authors:
  - given-names: Thomas Josef
    family-names: Jung
    email: mail@thomas-jung.de
    affiliation: Robert Bosch GmbH
    orcid: 'https://orcid.org/0000-0001-7044-5556'
abstract: >-
  Go-library to participate in the
  assets2036-middleware used in Arena2036
url: https://github.com/boschresearch/assets2036go
keywords:
  - mqtt
  - json
  - go
  - assets2036
  - arena2036
license: Apache-2.0

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: almost 3 years ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • choeppler (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 2
proxy.golang.org: github.com/boschresearch/assets2036go
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
Rankings
Dependent repos count: 4.7%
Dependent packages count: 9.6%
Average: 14.6%
Forks count: 18.9%
Stargazers count: 25.3%
Last synced: 6 months ago

Dependencies

example/go.mod go
  • github.com/boschresearch/assets2036go v0.3.2
example/go.sum go
  • github.com/boschresearch/assets2036go v0.3.2
  • github.com/eclipse/paho.mqtt.golang v1.2.0
  • github.com/kr/pretty v0.2.1
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/satori/go.uuid v1.2.0
  • golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.3
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go.mod go
  • github.com/eclipse/paho.mqtt.golang v1.2.0
  • github.com/satori/go.uuid v1.2.0
  • golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go.sum go
  • github.com/eclipse/paho.mqtt.golang v1.2.0
  • github.com/kr/pretty v0.2.1
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/satori/go.uuid v1.2.0
  • golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.3
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c