Giter Site home page Giter Site logo

yeekzhang / seriald Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrjohannchang/seriald

0.0 1.0 0.0 39 KB

A daemon which communicates with serial port, also provides the OpenWrt ubus interface for IPC.

License: GNU General Public License v3.0

CMake 0.79% C 98.86% C++ 0.35%

seriald's Introduction

seriald

seriald is a high performance deamon which manages a serial port as well as provides the OpenWrt ubus interface for IPC. The binary size is only 21 kB.

Usage

Run daemon

seriald /dev/ttyS0

Can run multiple daemons on different device nodes.

Options

See

seriald -h

Read from serial port

Command:

ubus listen serial.ttyS0

Result:

{ "serial.ttyS0": {"data":"<incoming message>"} }

<incoming message> is a line read from the serial port. All the CR (\r) and LF (\n) characters will be eliminated from it.

Write to serial port

ubus call serial.ttyS0 send '{"data": "<outgoing message>"}'

data is a fixed attribute. To send a message to the serial port, replace <outgoing message> with the message you want to send. An <outgoing message> will be appended an LF (\n) character at the end before seriald passes it to the serial port.

License

Except where otherwise noted, all parts of this software is licensed under GPLv3. This work is based on picocom, which is licensed under GPLv2.

seriald's People

Contributors

mrjohannchang avatar changyuheng avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.