Skip to content

Arduino library for ESP32 that implements an SSH client to connect and execute commands in a remote Server.

License

Notifications You must be signed in to change notification settings

empusas/Arduino-esp32sshclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino_esp32sshclient

Arduino library for ESP32 that implement an SSH client to connect and execute commands in a remote Server.

Notes

  • The library builtin on top of libssh2, and due to libssh2 dynamic memory being, and the need to release and reallocate again SSH session for each command send, this library is not suitable to be used in a stable system.
  • This is just a proof of concept library, think twice before use it for production.

About

Arduino library for ESP32 that implements an SSH client to connect and execute commands in a remote Server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • C++ 1.2%