diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22a5f2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.exe +.idea +/log/* \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 359bb53..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml diff --git a/.idea/2024-08-22_mqtt_relay.iml b/.idea/2024-08-22_mqtt_relay.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/2024-08-22_mqtt_relay.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index e0844bc..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index d9125ef..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/log/relay.log b/log/relay.log deleted file mode 100644 index 54add33..0000000 --- a/log/relay.log +++ /dev/null @@ -1,8 +0,0 @@ -2024/08/22 02:16:04 open : The system cannot find the file specified. -2024/08/22 02:17:00 CreateTLSConfig fail, err= open : The system cannot find the file specified. -2024/08/22 02:17:39 listen tcp :1883: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted. -2024/08/22 02:18:39 listen tcp 0.0.0.0:1883: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted. -2024/08/22 02:21:06 listen tcp 0.0.0.0:1883: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted. -2024/08/22 02:44:59 CreateTLSConfig fail, err= open config/_.tcljd.com.crt: The system cannot find the file specified. -2024/08/22 02:47:05 CreateTLSConfig fail, err= open config/_.tcljd.com.crt: The system cannot find the file specified. -2024/08/22 02:47:08 CreateTLSConfig fail, err= open config/_.tcljd.com.crt: The system cannot find the file specified. diff --git a/mqtt_relay.exe b/mqtt_relay.exe deleted file mode 100644 index 38789af..0000000 Binary files a/mqtt_relay.exe and /dev/null differ