工程師等於做工的
ARM/8051/Keil C/nRF/藍芽 外包接案 論文專題代做代寫
2025年5月25日 星期日
Linux user space delay
›
#include <unistd.h> usleep(100000); // 延遲 100,000 微秒 = 100 毫秒 --- #include <time.h> struct timespec ts; ts.tv_sec = 0; ts.tv_ns...
2025年5月11日 星期日
[網路] 如何判斷Bandwidth
›
2.4G HT Capabilities Bit 1(Supported Channel Width Set) 0: 20, 1: 20/40 如果Supported Channel Width Set,有可能是20或40 所以要再看Secondary Channel Offs...
2024年12月14日 星期六
[Linux] hostapd create nelink socket和kernel driver溝通
›
1. static struct nl_sock * nl_create_handle(struct nl_cb *cb, const char *dbg) 2. struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb) a. ...
2024年11月23日 星期六
[常識] 實用line群
›
Canon相機聊天室 https://line.me/ti/g2/4Ot1c5oiyD5M4Yq33ekyqi0euN7JkDHyUcxuPQ?utm_source=invitation&utm_medium=link_copy&utm_campaign=defa...
2024年10月22日 星期二
[網路] BSSID
›
BSSID: WiFi AP的MAC Address. SSID: WiFi AP beacon發出來的名字,就是在wifi收尋選單看到的名字.
2024年8月19日 星期一
[網路] 如何判斷WPA3 SAE和WPA2 PSK/WPA3 SAE mix mode
›
主要是看beacon的RSN information tag 根據chatgpt解說 Identifying WPA2 vs. WPA3 WPA2: The AKM suite typically includes entries such as 00-0F-AC-1 (PSK...
2024年6月29日 星期六
[Linux] fclose close /proc下檔案導致當機
›
/proc is a virtual file system //From chatgpt 在 Linux 中,/proc 文件系統是一個虛擬文件系統,提供了訪問內核數據結構的接口,/proc 下的文件並不是真正的磁盤文件,而是由內核動態生成的,這些文件的行為可能與普通文...
›
首頁
查看網路版