Dmitry Telenkov 10 months ago
parent
commit
513bd8b3b6
2 changed files with 29 additions and 9 deletions
  1. 21 9
      .obsidian/workspace.json
  2. 8 0
      torp.md

+ 21 - 9
.obsidian/workspace.json

@@ -25,14 +25,26 @@
             "state": {
               "type": "markdown",
               "state": {
-                "file": "STM32/IRQ + FreeRTOS.md",
+                "file": "hardcore web development/4. Linux.md",
+                "mode": "source",
+                "source": false
+              }
+            }
+          },
+          {
+            "id": "9a07706c6ed286d0",
+            "type": "leaf",
+            "state": {
+              "type": "markdown",
+              "state": {
+                "file": "ROTEK/metrolog/M3 artery + stm32.md",
                 "mode": "source",
                 "source": false
               }
             }
           }
         ],
-        "currentTab": 1
+        "currentTab": 2
       }
     ],
     "direction": "vertical"
@@ -98,7 +110,7 @@
             "state": {
               "type": "backlink",
               "state": {
-                "file": "STM32/IRQ + FreeRTOS.md",
+                "file": "ROTEK/metrolog/M3 artery + stm32.md",
                 "collapseAll": false,
                 "extraContext": false,
                 "sortOrder": "alphabetical",
@@ -137,21 +149,22 @@
       "markdown-importer:Open format converter": false
     }
   },
-  "active": "c0f4575aa30decae",
+  "active": "9a07706c6ed286d0",
   "lastOpenFiles": [
-    "ROTEK/metrolog/readme.md",
+    "torp.md",
+    "hardcore web development/4. Linux.md",
+    "ROTEK/RT-701/common.md",
+    "TODO.md",
     "STM32/IRQ + FreeRTOS.md",
+    "ROTEK/metrolog/readme.md",
     "STM32",
     "ROTEK/Artery testing.md",
     "Кодинг.md",
     "Разное.md",
-    "hardcore web development/4. Linux.md",
     "linux/linux common.md",
-    "TODO.md",
     "linux/server.md",
     "Тренировки и занятия.md",
     "hardcore web development/9. Сессии, cookies, безопасность.md",
-    "ROTEK/RT-701/common.md",
     "hardcore web development/5-6-7 Internet.md",
     "ROTEK/metrolog/Текучка Метролог.md",
     "linux/vim.md",
@@ -172,7 +185,6 @@
     "linux/bash.md",
     "proGit.md",
     "hardcore web development/SSH how to.md",
-    "2024-04-25.md",
     "configs/ssh_config",
     "bash",
     "img/Pasted image 20240424185826.png",

+ 8 - 0
torp.md

@@ -0,0 +1,8 @@
+Для отлова udp пакетов от контроллера можно использовать:
+```bash
+$ while true; do nc -u -l 49049; done
+```
+Добавить строку в UDP-анонсы `modules/testing/testing.c`
+```c
+strcat(msg, ";TORP 29.05.24");
+```