Skip to content
View Seaworth's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Seaworth

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Seaworth/README.md
  • 👋 Hi, I’m @Seaworth
  • 👀 I’m interested in Linux Device Driver and WiFi driver
  • 🌱 I’m currently learning IEEE802.11 spec and Linux Device Driver about WiFi
  • 📫 CSDN blog is Lizune

Pinned Loading

  1. resources resources Public

    在学习过程中,保存一些在网上不好下载的资源,方便自己和大家以后取用!

    19 12

  2. hello-netlink hello-netlink Public

    Netlink communication between kernel and userspace.

    C 1 1

  3. network_programming network_programming Public

    在Linux下的网络编程demo,C语言实现了多进程和多线程的并发服务器案例,client-server demo

    C 19 5

  4. ThreadPool ThreadPool Public

    Forked from progschj/ThreadPool

    A simple C++11 Thread Pool implementation 用C++11实现一个简单的线程池,添加详细注释

    C++