Merge branch 'dev' of gitee.com:iot-xa2301-fly-noob/c-router-emulator into dev

This commit is contained in:
flykhan 2023-09-22 15:16:31 +08:00
commit dc77e8aacd
4 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/**
* fw.html
* 使.c文件可实现从名为router的数据库中
* ip地址
* ip_fw表进行写入或删除操作
*/
#include <cjson/cJSON.h>
#include <mysql/mysql.h>
#include <stdio.h>

View File

@ -1,3 +1,9 @@
/**
* fw.html
* 使.c文件可实现从名为router的数据库中
* ip_fw表
*/
#include <cjson/cJSON.h>
#include <mysql/mysql.h>
#include <stdio.h>

View File

@ -1,3 +1,9 @@
/**
* arp.html
* 使.c文件可实现从名为router的数据库中
* arp数据的ip_mac表
*/
#include <cjson/cJSON.h>
#include <fcntl.h>
#include <mysql/mysql.h>

View File

@ -1,3 +1,9 @@
/**
* login.html
* 使.c文件可实现从名为router的数据库中
* users表
*/
#include <cjson/cJSON.h>
#include <fcntl.h>
#include <mysql/mysql.h>