Vierzon

Mohamed Amine Mzoughi

Elite
@embeddedmz

Qt advocate (but not C++) because it lets you write very deterministic applications, unlike C#/Java and their associated frameworks. QML >> WPF/XAML

ftpclient-cpp. C++ client for making FTP requests

234

socket-cpp. Simple socket wrapper in C++ (with SSL/TLS support)

212

16-Games. 16 Games developed in C++ by YouTuber "FamTrinli". I added CMake support to ease compiling on different platforms.

140

mailclient-cpp. C++ client for making POP/SMTP/IMAP requests

79

httpclient-cpp. C++ client for making simple HTTP requests

74

QwtWaterfallplot. A waterfall plot widget powered by Qwt for Qt/C++ GUI applications.

19

Stm32TcpSocketDemo. A Tcp Server/client demo to command/control board's 4 LEDs powered with CycloneTCP and FreeRTOS. My program SocketTestQ can be used to interact with the board.

11

SocketTestQt. A C++/Qt powered tool for socket testing. It can create both TCP and UDP client or server. OpenSSL supported.

6

UnitTestSTM32. Unit testing project for STM32 (Atollic) powered with CppUTest - UART6 is configured to output test results

4

helpers-cpp. C++ Helpers (File system, handle ZIP files...)

4

MD5_SHA1_Calculator. A C++/Qt tool to calculate and verify the MD5 and SHA1 of files

3

ParaViewScalarBarWidget. Scalar bar widget taken from ParaView that can be used in VTK projects.

3

libmodbus_trizeps_vii_arm_wince. Libmodbus for Trizeps VII ARM WinCE and RS485 (RTS line will be high if bytes are available for transmission.)

2

Trizeps7_i.MX6_Rs485_Linux_Example. The communication logic has been taken from libmodbus and I added hardware RTS (handled automatically by the Linux RS485 driver). Tested with a K&K Trizeps 7 board (i.MX6)

2

CppRestServerExample. C++ REST Server example powered with the C++ REST SDK

2

Stm32Rs232Demo. An Rs232 demo to command/control board's 4 LEDs.

2

regex_cpp. Benchmarking regex_replace (of STL and Boost) and a manual parsing to escape CLucene special characters.

2

QtEpochConverter. A C++/Qt tool to convert an epoch (unix timestamp) to a human readable date and vice versa.

2

AspNetCoreWebApiExample. C#

1

finite-state_machine_cpp. This is the C++ version of my finite-state_machine_csharp repository.

1

SimpleAutoCompleteWPFControl. C#

1

message_passing_on_cpp. An example of message passing in C++ between threads. This is the C++ version of my message_passing_on_csharp repository.

1

split_a_string_of_2d_line_segments. Extend "n" points constituting "n-1" lines to constitute more lines so you can map "m" data to "m" lines.

1

SHT40. Read SHT40 I2C sensor temperature and relative humidity in C. With SMBus (via C or Python) you can't communicate with the sensor.

1

message_passing_on_csharp. An example of message passing in C# between threads.

1

QTableViewAdjustPolicyNotWorkingProperly. Demo program to reproduce Qt bugs : QTBUG-101874 and QTBUG-105207.

1

at24c08d. Python script to read/write from/to an AT24C08D I²C Serial EEPROM 8-Kbit (1024 bytes)

1

Stm32_FatFs_SdCard_Demo. FATFS demo, under STM32F4-Discovery, to access SD Card

1

QtCreatorDebugAppCrash. C++

1

boost_serialization_example. Example of object marshalling via Boost serialization

1
30
Apply