Skip to content

Instantly share code, notes, and snippets.

View fabian57fabian's full-sized avatar
👨‍💻
Coding for own projects

Fabian Greavu fabian57fabian

👨‍💻
Coding for own projects
View GitHub Profile
#include <mqtt/client.h>
#include <mqtt/callback.h>
#include <string>
struct MqttConnection : public mqtt::callback {
bool connect();
bool disconnect();
bool transmit(const mqtt::message_ptr msg);
// mqtt::callback functions
@MOOOWOOO
MOOOWOOO / py-gitignore
Last active July 25, 2024 14:52
python pycharm gitignore
# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so