mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
Add serial communication category (#122)
This commit is contained in:
parent
7cbed3e50e
commit
1e5cbdfd12
86
README.md
86
README.md
@ -11,48 +11,49 @@
|
||||
## Contents
|
||||
|
||||
- [Applications](#applications)
|
||||
- [Interpreters/Compilers](#interpreterscompilers)
|
||||
- [Operating systems/Kernels](#operating-systemskernels)
|
||||
- [Package managers](#package-managers)
|
||||
- [Editors](#editors)
|
||||
- [Web](#web)
|
||||
- [Graphics](#graphics)
|
||||
- [Games](#games)
|
||||
- [Command-line](#command-line)
|
||||
- [Project management](#project-management)
|
||||
- [Serialization](#serialization)
|
||||
- [Interpreters/Compilers](#interpreterscompilers)
|
||||
- [Operating systems/Kernels](#operating-systemskernels)
|
||||
- [Package managers](#package-managers)
|
||||
- [Editors](#editors)
|
||||
- [Web](#web)
|
||||
- [Graphics](#graphics)
|
||||
- [Games](#games)
|
||||
- [Command-line](#command-line)
|
||||
- [Project management](#project-management)
|
||||
- [Serialization](#serialization)
|
||||
- [Libraries](#libraries)
|
||||
- [Command line interface (CLI) / Terminal / Shell](#command-line-interface-cli--terminal--shell)
|
||||
- [Text processing](#text-processing)
|
||||
- [Graphics](#graphics-1)
|
||||
- [Game development](#game-development)
|
||||
- [Web](#web-1)
|
||||
- [Database clients](#database-clients)
|
||||
- [Audio](#audio)
|
||||
- [Operating system](#operating-system)
|
||||
- [Networking](#networking)
|
||||
- [Automation](#automation)
|
||||
- [Telegram](#telegram)
|
||||
- [Discord](#discord)
|
||||
- [IRC](#irc)
|
||||
- [Files](#files)
|
||||
- [Eventing](#eventing)
|
||||
- [User Interface toolkits](#user-interface-toolkits)
|
||||
- [Scientific computing](#scientific-computing)
|
||||
- [Utility](#utility)
|
||||
- [Command line interface (CLI) / Terminal / Shell](#command-line-interface-cli--terminal--shell)
|
||||
- [Text processing](#text-processing)
|
||||
- [Graphics](#graphics-1)
|
||||
- [Game development](#game-development)
|
||||
- [Web](#web-1)
|
||||
- [Database clients](#database-clients)
|
||||
- [Audio](#audio)
|
||||
- [Operating system](#operating-system)
|
||||
- [Networking](#networking)
|
||||
- [Serial Communications](#serial-communications)
|
||||
- [Automation](#automation)
|
||||
- [Telegram](#telegram)
|
||||
- [Discord](#discord)
|
||||
- [IRC](#irc)
|
||||
- [Files](#files)
|
||||
- [Eventing](#eventing)
|
||||
- [User Interface toolkits](#user-interface-toolkits)
|
||||
- [Scientific computing](#scientific-computing)
|
||||
- [Utility](#utility)
|
||||
- [Other](#other)
|
||||
- [Syntax highlighting](#syntax-highlighting)
|
||||
- [Editor plugins](#editor-plugins)
|
||||
- [GitHub actions](#github-actions)
|
||||
- [Videos](#videos)
|
||||
- [Programming contests](#programming-contests)
|
||||
- [Tutorials](#tutorials)
|
||||
- [Online IDEs with V](#online-ides-with-v)
|
||||
- [Articles](#articles)
|
||||
- [Books](#books).
|
||||
- [Communities](#communities)
|
||||
- [Forums](#forums)
|
||||
- [Operating Systems & OS Development Examples](#operating-systems--os-development-examples)
|
||||
- [Syntax highlighting](#syntax-highlighting)
|
||||
- [Editor plugins](#editor-plugins)
|
||||
- [GitHub actions](#github-actions)
|
||||
- [Videos](#videos)
|
||||
- [Programming contests](#programming-contests)
|
||||
- [Tutorials](#tutorials)
|
||||
- [Online IDEs with V](#online-ides-with-v)
|
||||
- [Articles](#articles)
|
||||
- [Books](#books)
|
||||
- [Communities](#communities)
|
||||
- [Forums](#forums)
|
||||
- [Operating Systems & OS Development Examples](#operating-systems--os-development-examples)
|
||||
|
||||
## Applications
|
||||
|
||||
@ -186,6 +187,11 @@
|
||||
|
||||
- [vmq](https://github.com/jordan-bonecutter/vmq) - V wrapper For [ZMQ](https://zeromq.org/) (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library).
|
||||
|
||||
### Serial Communications
|
||||
- [vserialport](https://github.com/erdetn/vserialport) - V wrapper for [libserialport](https://sigrok.org/wiki/Libserialport).
|
||||
- [vserialx](https://github.com/erdetn/vserialx) - A tiny (wrapper) serial communication library for Linux written in V.
|
||||
- [vi2c](https://github.com/erdetn/vi2c) - A tiny (wrapper) library for I2C serial communication for Linux written in V.
|
||||
|
||||
### Automation
|
||||
|
||||
- [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
||||
|
Loading…
Reference in New Issue
Block a user