snoc

package module
v0.0.0-...-2bd0fc1 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2019 License: MIT Imports: 6 Imported by: 0

README

snoc

A Go package to allow you to send message on Sigfox network with SNOC board.

Usage

package main

import (
	"github.com/k-yak/snoc"
)

func main() {
	var s snoc.Sigfox
	s.Init("/dev/ttyAMA0")
	err := s.SendMessage("4242")
	fmt.Println(err)
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sigfox

type Sigfox struct {
	// contains filtered or unexported fields
}

func (*Sigfox) Init

func (s *Sigfox) Init(port string)

func (*Sigfox) OpenPort

func (s *Sigfox) OpenPort()

func (*Sigfox) SendMessage

func (s *Sigfox) SendMessage(message string) error

func (*Sigfox) WaitFor

func (s *Sigfox) WaitFor(success, failure string, timeOut int) error

Jump to

Keyboard shortcuts

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