Registry / networking / aiteung-atmessage

aiteung-atmessage

JSON →
library0.1.4gogounverified

A Go library for handling AT (Attention) messages, commonly used in telecommunications and modem communication.

go get github.com/aiteung/atmessage
INSTALL
IMPORT
SIG · AITEUNG-ATMESSAGE
A
aiteung-atmessage
networkinggov0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

atmessage
github.com/aiteung/atmessage

Creates a new AT message and prints it.

package main import ( "fmt" "github.com/aiteung/atmessage" ) func main() { msg := atmessage.New("AT+CMGS") fmt.Println(msg) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
38
OpenAI (training)
1
Resources
aiteung-atmessage — go get aiteung-atmessage · libregistry