Sphinxes0o0 / notes

Learning's notes and misc.
https://sphinxes0o0.github.io/notes/
2 stars 0 forks source link

[Socket] learning & coding #22

Closed Sphinxes0o0 closed 6 months ago

Sphinxes0o0 commented 10 months ago

checkout: https://github.com/apsrcreatix/Socket-Programming-With-C

Sphinxes0o0 commented 10 months ago

then check this: #7

Sphinxes0o0 commented 7 months ago

http://cs.baylor.edu/~donahoo/practical/CSockets2/textcode.html

https://github.com/MaxXor/raw-sockets-example

Sphinxes0o0 commented 7 months ago

UDS: 介绍: https://www.cnblogs.com/embedded-linux/p/5002947.html

man page: https://man.freebsd.org/cgi/man.cgi?query=unix&sektion=4 https://man7.org/linux/man-pages/man7/unix.7.html https://www.qnx.com/developers/docs/7.0.0/#com.qnx.doc.neutrino.lib_ref/topic/u/unix_proto.html

Sphinxes0o0 commented 7 months ago

inet_pton : https://man7.org/linux/man-pages/man3/inet_pton.3.html

Sphinxes0o0 commented 6 months ago

UDS: 介绍: https://www.cnblogs.com/embedded-linux/p/5002947.html

man page: https://man.freebsd.org/cgi/man.cgi?query=unix&sektion=4 https://man7.org/linux/man-pages/man7/unix.7.html https://www.qnx.com/developers/docs/7.0.0/#com.qnx.doc.neutrino.lib_ref/topic/u/unix_proto.html

DONE

Sphinxes0o0 commented 6 months ago

basic tcp/udp/uds done!