RaspberrPi project source code
guowenxue
3 days ago 880698e71b17aeb8368544082fea74cfc5be04c7
refs
author guowenxue <guowenxue@gmail.com>
Saturday, November 15, 2025 00:32 +0800
committer guowenxue <guowenxue@gmail.com>
Saturday, November 15, 2025 00:32 +0800
commit880698e71b17aeb8368544082fea74cfc5be04c7
tree c64215e6013fde079665d994b49f7644a3066383 tree | zip | gz
parent 6848a42d2c7ca219afe7fe9fbc6d657cc979de02 view | diff
update Raspberry Pi project
46 files deleted
10 files modified
1 files added
13 files renamed
20081 ■■■■■ changed files
.gitignore 19 ●●●● diff | view | raw | blame | history
project/booster/makefile 3 ●●●● diff | view | raw | blame | history
project/booster/test/comport.c 263 ●●●●● diff | view | raw | blame | history
project/booster/test/makefile 14 ●●●● diff | view | raw | blame | history
project/booster/util_proc.c 4 ●●●● diff | view | raw | blame | history
project/coreMQTT/conf.c 200 ●●●●● diff | view | raw | blame | history
project/coreMQTT/conf.h 71 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreJSON/README.md 65 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreJSON/core_json.c 1818 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreJSON/core_json.h 339 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreJSON/makefile 35 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/README.md 35 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/core_mqtt.c 3314 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/core_mqtt.h 1015 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/core_mqtt_config.h 1 ●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/core_mqtt_config_defaults.h 204 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/core_mqtt_default_logging.h 132 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/core_mqtt_serializer.c 2684 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/core_mqtt_serializer.h 1306 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/core_mqtt_state.c 1214 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/core_mqtt_state.h 310 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/makefile 35 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreMQTT/transport_interface.h 316 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreSNTP/README.md 28 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreSNTP/core_sntp_client.c 959 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreSNTP/core_sntp_client.h 655 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreSNTP/core_sntp_config.h 1 ●●●● diff | view | raw | blame | history
project/coreMQTT/coreSNTP/core_sntp_config_defaults.h 144 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreSNTP/core_sntp_serializer.c 853 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreSNTP/core_sntp_serializer.h 535 ●●●●● diff | view | raw | blame | history
project/coreMQTT/coreSNTP/makefile 35 ●●●●● diff | view | raw | blame | history
project/coreMQTT/etc/mqttd.conf 69 ●●●●● diff | view | raw | blame | history
project/coreMQTT/main.c 458 ●●●●● diff | view | raw | blame | history
project/coreMQTT/makefile 69 ●●●●● diff | view | raw | blame | history
project/openlibs/cjson/build.sh 2 ●●● diff | view | raw | blame | history
project/openlibs/libevent/build.sh 2 ●●● diff | view | raw | blame | history
project/openlibs/libgpiod/build.sh 2 ●●● diff | view | raw | blame | history
project/openlibs/makefile 8 ●●●● diff | view | raw | blame | history
project/openlibs/mosquitto/build.sh 2 ●●● diff | view | raw | blame | history
project/openlibs/openssl/build.sh 2 ●●● diff | view | raw | blame | history
project/socketd/booster/database.c 265 ●●●●● diff | view | raw | blame | history
project/socketd/booster/database.h 60 ●●●●● diff | view | raw | blame | history
project/socketd/booster/ds18b20.c 118 ●●●●● diff | view | raw | blame | history
project/socketd/booster/ds18b20.h 31 ●●●●● diff | view | raw | blame | history
project/socketd/booster/logger.c 279 ●●●●● diff | view | raw | blame | history
project/socketd/booster/logger.h 70 ●●●●● diff | view | raw | blame | history
project/socketd/booster/makefile 35 ●●●●● diff | view | raw | blame | history
project/socketd/booster/packet.c 207 ●●●●● diff | view | raw | blame | history
project/socketd/booster/packet.h 107 ●●●●● diff | view | raw | blame | history
project/socketd/booster/proc.c 432 ●●●●● diff | view | raw | blame | history
project/socketd/booster/proc.h 89 ●●●●● diff | view | raw | blame | history
project/socketd/booster/socket.c 547 ●●●●● diff | view | raw | blame | history
project/socketd/booster/socket.h 104 ●●●●● diff | view | raw | blame | history
project/socketd/makefile 67 ●●●●● diff | view | raw | blame | history
project/socketd/sock_client.c 261 ●●●●● diff | view | raw | blame | history
project/socketd/sqlite/build.sh 181 ●●●●● diff | view | raw | blame | history
project/socketd/sqlite/makefile 7 ●●●●● diff | view | raw | blame | history
utils/at24c.c diff | view | raw | blame | history
utils/diagram/AT24C256.kvdat diff | view | raw | blame | history
utils/diagram/SHT20.kvdat diff | view | raw | blame | history
utils/ds18b20.c diff | view | raw | blame | history
utils/infrared.c diff | view | raw | blame | history
utils/leds.c diff | view | raw | blame | history
utils/makefile diff | view | raw | blame | history
utils/pwm.c diff | view | raw | blame | history
utils/relay.c diff | view | raw | blame | history
utils/sht20.c diff | view | raw | blame | history
utils/tsl2561.c diff | view | raw | blame | history
utils/w25qflash.c diff | view | raw | blame | history
utils/w25qflash.h diff | view | raw | blame | history