1
0
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:
Erdet Nasufi 2022-01-21 23:15:16 +01:00 committed by GitHub
parent 7cbed3e50e
commit 1e5cbdfd12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,48 +11,49 @@
## Contents ## Contents
- [Applications](#applications) - [Applications](#applications)
- [Interpreters/Compilers](#interpreterscompilers) - [Interpreters/Compilers](#interpreterscompilers)
- [Operating systems/Kernels](#operating-systemskernels) - [Operating systems/Kernels](#operating-systemskernels)
- [Package managers](#package-managers) - [Package managers](#package-managers)
- [Editors](#editors) - [Editors](#editors)
- [Web](#web) - [Web](#web)
- [Graphics](#graphics) - [Graphics](#graphics)
- [Games](#games) - [Games](#games)
- [Command-line](#command-line) - [Command-line](#command-line)
- [Project management](#project-management) - [Project management](#project-management)
- [Serialization](#serialization) - [Serialization](#serialization)
- [Libraries](#libraries) - [Libraries](#libraries)
- [Command line interface (CLI) / Terminal / Shell](#command-line-interface-cli--terminal--shell) - [Command line interface (CLI) / Terminal / Shell](#command-line-interface-cli--terminal--shell)
- [Text processing](#text-processing) - [Text processing](#text-processing)
- [Graphics](#graphics-1) - [Graphics](#graphics-1)
- [Game development](#game-development) - [Game development](#game-development)
- [Web](#web-1) - [Web](#web-1)
- [Database clients](#database-clients) - [Database clients](#database-clients)
- [Audio](#audio) - [Audio](#audio)
- [Operating system](#operating-system) - [Operating system](#operating-system)
- [Networking](#networking) - [Networking](#networking)
- [Automation](#automation) - [Serial Communications](#serial-communications)
- [Telegram](#telegram) - [Automation](#automation)
- [Discord](#discord) - [Telegram](#telegram)
- [IRC](#irc) - [Discord](#discord)
- [Files](#files) - [IRC](#irc)
- [Eventing](#eventing) - [Files](#files)
- [User Interface toolkits](#user-interface-toolkits) - [Eventing](#eventing)
- [Scientific computing](#scientific-computing) - [User Interface toolkits](#user-interface-toolkits)
- [Utility](#utility) - [Scientific computing](#scientific-computing)
- [Utility](#utility)
- [Other](#other) - [Other](#other)
- [Syntax highlighting](#syntax-highlighting) - [Syntax highlighting](#syntax-highlighting)
- [Editor plugins](#editor-plugins) - [Editor plugins](#editor-plugins)
- [GitHub actions](#github-actions) - [GitHub actions](#github-actions)
- [Videos](#videos) - [Videos](#videos)
- [Programming contests](#programming-contests) - [Programming contests](#programming-contests)
- [Tutorials](#tutorials) - [Tutorials](#tutorials)
- [Online IDEs with V](#online-ides-with-v) - [Online IDEs with V](#online-ides-with-v)
- [Articles](#articles) - [Articles](#articles)
- [Books](#books). - [Books](#books)
- [Communities](#communities) - [Communities](#communities)
- [Forums](#forums) - [Forums](#forums)
- [Operating Systems & OS Development Examples](#operating-systems--os-development-examples) - [Operating Systems & OS Development Examples](#operating-systems--os-development-examples)
## Applications ## 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). - [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 ### Automation
- [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows. - [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.