[ 🏠 BLog | 🕸 TG Channel | 🏫 NetVerify Lab | 🏫 XJTU ANTS Group | 🏫 NAOSI-DLUT |
Focus on NETWORK
- WiFi-based Human Activity Recognition research in DLUT WiLNA Lab
- Network Verification research in XJTU ANTS Group - NetVerify Lab
Paper
-
NDD: A Decision Diagram for Network Verification | NSDI '25 | Outstanding Paper Award
Network Decision Diagram, also named as NDD [https://github.com/XJTU-NetVerify/NDD] in XJTU-NetVerify lab [https://github.com/XJTU-NetVerify] A new decision diagram customized for network verification. It is more efficient than BDD when used for network verification, in terms of memory and computation. NDD wraps BDD with another layers of decision diagram, such that each node represents a field of the network, and each edge is labeled with a BDD encoding the values of that field. Due to the locality of fields in networks, NDD can significantly reduce the redundant nodes. Also refer to: * jdd - https://github.com/Augists/jdd, a modified version of BDD Java implementation. * bdd-undergra-thinking - https://github.com/Augists/bdd-undergra-thinking, where we generated our basic idea of NDD. * blog - https://augists.top/NOTES/PAPER/From-Network-Verification-to-NDD. </details> -
Towards WiFi-based real-time sensing model deployed on low-power devices | MASS '22
Take a look at my BS thesis - ViFi [https://github.com/Augists/ViFi] A multi-model human activity detection tool based on our paper [MASS'22] in DLUT WiLNA lab. Recogize human activity behaviors by WiFi CSI data and video frames. Gain a much better performance than GateFi [IoTJ'23]. </details>
Please refer to XJTU-NetVerify for open source projects from NetVerify Lab
[ 🎞️ Photography | 🏎️ Formula One | 🖐 DIY | 🖥️ Desktop Setup | 🧑 Open Source | 🎶 Music | 🕹️ Valorant ]
Contributions
NAOSI-DLUT - https://github.com/NAOSI-DLUT
Network And Open Source Institute in Dalian University of Technology.
I am so proud of our organization. Here we provide all the resources you need in DUT as our best effort.
- DUTyard discuss forum
- Free access to resources during your development and seminar - https://space.bilibili.com/1058346981
- Collection of DUT tools and blogrool - https://github.com/NAOSI-DLUT/awesome-dlut / https://github.com/NAOSI-DLUT/blogroll
- NAOSI website - https://naosi.org, also manual - https://man.naosi.org
- Campus project - https://campus2025.top
- ...
Batfish PR - https://github.com/Augists/batfish
Pull Request on Batfish - https://github.com/Batfish/Batfish
- feat: NDD data structure support
- fix: duplicated BDD operations
mindoc PR - https://github.com/Augists/mindoc
An online document management system based on Beego in Golang.
- feat: Microsoft format importing support
VN_R_S_WRR & nginx PR - https://github.com/Augists/VN_R_S_WRR
Virtual Node Random Smooth Weighted Round Robin algorithm, aimed to solve the "herd effect" problem in cluster deployment scenarios.
Very simple modification at nginx swrr branch - https://github.com/Augists/nginx
Also refer to PR - nginx/nginx#837


