Arduino-esp32sshclient
SSH client library
An Arduino library providing an SSH client to connect and execute commands on a remote server.
Arduino library for ESP32 that implements an SSH client to connect and execute commands in a remote Server.
45 stars
4 watching
13 forks
Language: C
last commit: about 2 years ago
Linked from 1 awesome list
arduinoarduino-libraryclientesp32esp32-arduinoesp32-librarylibssh2sshssh-client
Related projects:
Repository | Description | Stars |
---|---|---|
spider-gazelle/ssh2.cr | Provides a Crystal language binding for the libssh2 library to utilize SSH services like shell execution and file transfers | 44 |
artyom-poptsov/guile-ssh | A library that provides access to the SSH protocol for GNU Guile programs | 65 |
eudoxia0/trivial-ssh | A simple SSH client library written in Common Lisp for interacting with remote hosts via secure connections. | 43 |
krohling/arduinowebsocketclient | A Websocket client library for Arduino that enables communication with web services over Websockets | 227 |
cosiner/socker | A Go library simplifying SSH operations for development and deployment purposes. | 252 |
links2004/arduinowebsockets | A WebSocket library for Arduino that provides a client and server implementation of the WebSocket protocol. | 1,898 |
ssokol/esp8266 | Provides a WiFi library and sample code for connecting to an ESP8266 module and establishing communication | 112 |
s00500/espui | A web-based user interface library for ESP32 and ESP8266 | 928 |
libssh2/libssh2 | An SSH protocol implementation library written in C. | 1,349 |
parallelssh/parallel-ssh | An asynchronous SSH client library for running commands on multiple servers in parallel with minimal system load. | 1,203 |
miwagner/esp32-arduino-can | An Arduino library for communicating with the CAN Bus on ESP32 devices | 345 |
six-ddc/hss | An interactive parallel ssh client featuring autocomplete and asynchronous execution for multiple servers. | 352 |
net-ssh/net-ssh | An implementation of the SSH protocol to securely access and interact with remote servers | 987 |
zhaojh329/libuwsc | A lightweight WebSocket client library with support for SSL and Lua binding. | 289 |
itkindaworks/esphelper | A library to simplify network and MQTT connection management for ESP32/ESP8266 boards. | 327 |