Commit Graph

46 Commits

Author SHA1 Message Date
SikongJueluo 12cd35edff
feat: 添加arp支持,仅支持管理员模式 2025-07-18 12:28:17 +08:00
SikongJueluo 69c7cbf4d8
feat: 简单实现静态arp设置 2025-07-17 21:56:22 +08:00
SikongJueluo f5dd474ba0
feat: 完成实验板动态ip与动态mac 2025-07-17 15:49:35 +08:00
alivender e4ead72d53 fix: 修复了break问题 2025-07-17 14:49:20 +08:00
SikongJueluo fb13a5c484
fix: 修复删除过多东西导致无法读取数据的问题 2025-07-17 14:26:14 +08:00
SikongJueluo 1053d71d29
fix: 由于解析错误导致的无法通信的问题 2025-07-17 14:11:24 +08:00
SikongJueluo 56dcbf5caa
fix: udpserver解析数据错误 2025-07-17 11:47:40 +08:00
SikongJueluo dfe279bf37
feat: 添加了端口占用检测,若被占用则不会启动 2025-07-17 11:23:45 +08:00
alivender 8e19587a16 feat: 提交前端逻辑分析仪后台捕获;Camera现在可以以更高帧率运行 2025-07-16 21:14:23 +08:00
SikongJueluo d551cbe793
feat: 更新通信协议 2025-07-16 20:25:43 +08:00
SikongJueluo 57cf82b48f
fix: 修改异步接受为同步接受 2025-07-16 14:06:29 +08:00
SikongJueluo b08b86dbbe
fix: 使用C#自带的ping来刷新arp 2025-07-16 13:26:10 +08:00
SikongJueluo 0cfbebf804
fix:重新使用sortedlist来保证udp接受数据的顺序 2025-07-16 12:23:13 +08:00
SikongJueluo 99dc7b52cc
feat: 新增ARP刷新函数,并且在每次clearData后执行一次刷新 2025-07-15 20:03:23 +08:00
SikongJueluo b139542c4c
fix: 添加互斥锁,并增加更多log输出 2025-07-15 16:36:16 +08:00
SikongJueluo be8fed995c
feat: 使用排序来解决时间冲突 2025-07-15 14:26:24 +08:00
SikongJueluo 6500c1ce2d
fix: 使用互斥锁确保数据写入的顺序性 2025-07-14 17:13:53 +08:00
SikongJueluo ca906489c2
feat: 实现udp多端口 2025-07-14 14:01:08 +08:00
SikongJueluo 2894ee24be
feat: 实现udp并发接受数据?? 2025-07-14 13:30:16 +08:00
alivender c5f0e706a4 feat: 部分修复摄像头批量读逻辑 2025-07-14 12:14:40 +08:00
SikongJueluo 32b126b93f
feat: 添加大数据接收方法,以提高接受速度 2025-07-13 11:40:41 +08:00
SikongJueluo b913f58f13
feat: udpServer使用异步处理数据包 2025-07-13 10:53:59 +08:00
alivender 229e6e70ed feat: 细化OV配置 2025-07-13 10:51:24 +08:00
SikongJueluo dd7efe3c84
refactor: 重新调整后端工程结构 2025-07-08 21:21:07 +08:00
SikongJueluo 7ffb15c722
style: 重新调整一下后端的结构,并通过csharpier格式化 2025-07-03 14:14:45 +08:00
alivender d73166187a
Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab 2025-05-20 20:18:58 +08:00
SikongJueluo fa7c947351
feat: backend add task id to reduce conflict 2025-05-20 20:08:20 +08:00
SikongJueluo b8bb4f6b5e
add home view and reverse 4 bytes order to send 2025-04-24 21:42:32 +08:00
SikongJueluo 4e752d4c9e
maybe fix bug: download bitstream failed 2025-04-23 20:22:49 +08:00
SikongJueluo 0fb5a16b8e
change throw to return and fix bug: when error always throw 2025-04-23 13:41:48 +08:00
SikongJueluo 98a5dbe7f3
try to fix server bug: couldn't download bitstream 2025-04-22 17:24:46 +08:00
SikongJueluo acd6a68507
use nswag to publish swagger 2025-04-17 16:26:12 +08:00
SikongJueluo d25f9882fc
fix bug: couldn't convert package 2025-04-17 14:25:37 +08:00
SikongJueluo 3b674f413a
change udpData type from list to queue 2025-04-16 21:19:55 +08:00
SikongJueluo 84699708d5
try to fix bug 2025-04-15 21:38:06 +08:00
SikongJueluo e8ec4c2a86
add test solution and try to fix get id code bug 2025-04-15 20:09:34 +08:00
SikongJueluo 5e2da17c28
try to fix receive problems 2025-04-14 21:50:51 +08:00
SikongJueluo ae34cf6436
rewrite udp server handler, change router and protocol 2025-04-14 21:31:50 +08:00
SikongJueluo 5fa4860bfb
try to fix bug, and add schema to swagger 2025-04-13 21:22:55 +08:00
SikongJueluo c9660633f0
server finish nlog 2025-04-10 21:53:21 +08:00
SikongJueluo 143d6c634b
add nlog for server 2025-04-09 19:42:29 +08:00
SikongJueluo 20d4fa12d8
Server: finish jtag controller; Web: finish sibebar animation 2025-04-05 19:41:56 +08:00
SikongJueluo 342a5a2436
finish receive udp data handle function 2025-04-03 17:21:22 +08:00
SikongJueluo 2af0986d67
add some doc and jtag controller 2025-04-02 21:51:20 +08:00
SikongJueluo 0da5b85173
finish web test api 2025-03-31 20:24:26 +08:00
SikongJueluo 351aad8300
init csharp server 2025-03-29 19:02:18 +08:00