Pinned Repositories
algorithms
Algorithms: Design and Analysis by Stanford University
buildroot
Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here.
cpp-test
Framework for C++ development
curl
A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features
erpc
Embedded RPC
expectest
mosquitto
Created by Roger Light, Mosquitto is an open source implementation of a server for MQTT version 3.1 and 3.1.1. It also includes a C and C++ client library, and the mosquitto_pub and mosquitto_sub utilities for publishing and subscribing.
paho.mqtt.c
Created by Ian Craggs, Paho MQTT C is a fully fledged client library for communication with MQTT brokers. This client library is written in ANSI C. It provides two C APIs, “synchronous” and “asynchronous”.
paho.mqtt.cpp
Created by Frank Pagliughi, Paho MQTT C++ is a wrapper MQTT client library for C++ applications. It is written in C++11 on top of Paho MQTT C.
spikepp
SPIKE is a protocol fuzzer creation kit. It provides an API that allows a user to create their own fuzzers for network based protocols using the C++ programming language. The tool defines a number of primitives that it makes available to C coders, which allows it to construct fuzzed messages called “SPIKES” that can be sent to a network service to hopefully induce errors. SPIKE was specifically designed to focus on finding exploitable bugs, so it’s an excellent choice for our purposes. SPIKE also includes a simple scripting capability, and within the SPIKE distribution, there are a few command line tools which can act as interpreters to simple text files containing SPIKE primitives.
guilhermeferreira's Repositories
guilhermeferreira/spikepp
SPIKE is a protocol fuzzer creation kit. It provides an API that allows a user to create their own fuzzers for network based protocols using the C++ programming language. The tool defines a number of primitives that it makes available to C coders, which allows it to construct fuzzed messages called “SPIKES” that can be sent to a network service to hopefully induce errors. SPIKE was specifically designed to focus on finding exploitable bugs, so it’s an excellent choice for our purposes. SPIKE also includes a simple scripting capability, and within the SPIKE distribution, there are a few command line tools which can act as interpreters to simple text files containing SPIKE primitives.
guilhermeferreira/cpp-test
Framework for C++ development
guilhermeferreira/expectest
guilhermeferreira/paho.mqtt.c
Created by Ian Craggs, Paho MQTT C is a fully fledged client library for communication with MQTT brokers. This client library is written in ANSI C. It provides two C APIs, “synchronous” and “asynchronous”.
guilhermeferreira/algorithms
Algorithms: Design and Analysis by Stanford University
guilhermeferreira/buildroot
Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here.
guilhermeferreira/curl
A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features
guilhermeferreira/erpc
Embedded RPC
guilhermeferreira/mosquitto
Created by Roger Light, Mosquitto is an open source implementation of a server for MQTT version 3.1 and 3.1.1. It also includes a C and C++ client library, and the mosquitto_pub and mosquitto_sub utilities for publishing and subscribing.
guilhermeferreira/paho.mqtt.cpp
Created by Frank Pagliughi, Paho MQTT C++ is a wrapper MQTT client library for C++ applications. It is written in C++11 on top of Paho MQTT C.
guilhermeferreira/hping
hping network tool
guilhermeferreira/iperf
iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool
guilhermeferreira/LPIC-1_Exam_101
LPIC-1 Exam 101
guilhermeferreira/LPIC-1_Exam_102
LPIC-1 Exam 102
guilhermeferreira/tools
Basic framework of tools to use in other projects