Click here to Skip to main content
15,868,027 members
Articles / Internet of Things / Arduino

Simple Socket Protocol for Embedded Systems

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
2 Jan 2022CPOL15 min read 14.7K   478   27  
A portable C language socket-based software transport protocol library for any hardware communication interface on any platform
Simple Socket Protocol (SSP) is a C language, binary transport protocol transmitted over any hardware communication interface such as UART, SPI, CAN, BLE and more. SSP manages multiple hardware ports, sockets, packets, error detection, timeouts and retries. Support for any operating system or super loop. OS and hardware abstraction layer interfaces are customizable for any platform.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I've been a professional software engineer for over 20 years. When not writing code, I enjoy spending time with the family, camping and riding motorcycles around Southern California.

Comments and Discussions