Skip to content

Client for SpeedTest.net infrastructure written in pure C99 standard using only POSIX libraries.

License

Notifications You must be signed in to change notification settings

tt33415366/SpeedTestC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client for SpeedTest.net infrastructure written in pure C99 standard using only POSIX libraries AND posix thread(pthread in short).

Main purpose for this project was to deliver client for Speedtest.net infrastructure for embedded devices.

All application is written in pure C99 standard (it should compile with C90 too), without using any external libraries - only POSIX is used.

Code is not perfect, and it has a few bugs, but it is stable and it works.

Big thanks for Luke Graham for his http function.

Add posix threads to support a faster network.

To compile, just type make.

About

Client for SpeedTest.net infrastructure written in pure C99 standard using only POSIX libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 98.3%
  • Makefile 1.7%