gosenbay

module
v0.0.0-...-4226ece Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2022 License: Apache-2.0

README

gosenbay

gosenbay is a golang implementation of senbay that is intended to work on multiple platforms.

GoDoc Go Report Card

Usage

In this example, int and string value are converted to senbay format.

package main

import (
  "fmt"
  
  "github.com/haradama/gosenbay/senbay"
)

func main() {
  PN := 121
  SD, _ := senbay.NewSenbayData(PN)

  value1 := 123
  SD.AddInt("KEY1", value1)
  SD.AddText("KEY2", "value2")

  result := SD.Encode(true)
  fmt.Println(result)
}
Reference
@inproceedings{Nishiyama:2018:SPI:3236112.3236154,
    author = {Nishiyama, Yuuki and Dey, Anind K. and Ferreira, Denzil and Yonezawa, Takuro and Nakazawa, Jin},
    title = {Senbay: A Platform for Instantly Capturing, Integrating, and Restreaming of Synchronized Multiple Sensor-data Stream},
    booktitle = {Proceedings of the 20th International Conference on Human-Computer Interaction with Mobile Devices and Services Adjunct},
    series = {MobileHCI '18},
    year = {2018},
    location = {Barcelona, Spain},
    publisher = {ACM},
} 
License

gosenbay is available under the Apache License, Version 2.0 license. See the LICENSE file for more info.

Directories

Path Synopsis
Package senbay provides the functions to encode and decode to the senbay format.
Package senbay provides the functions to encode and decode to the senbay format.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL