This file is part of eRCaGuy_hello_world: https://github.com/ElectricRCAircraftGuy/eRCaGuy_hello_world
To see all *.md
files herein, run: ls -1 | grep -i '\.md'
.
- onlinegdb--empirically_determine_max_thread_stack_size.md
- read_stdin_notes.md
- socket_ethernet_packets_README.md - Unix
socket
interface: sockets, Ethernet, TCP vs UDP packets, client/server examples, etc. - realtime_scheduler_README.md - explain how to activate and use the Linux
SCHED_RR
soft-realtime round-robin scheduler, as well as how to set the process or thread priority. - pthreads_README.md - has links to files which show how to use the POSIX threads
pthreads
library available on Linux.
abandoned
= files I do not plan to finish, but which I want to keep because I may reference them or their ideas again later. This includes failed ideas which I thought might work but did not, and they don't make good demos as-is. Again, I do not plan to finish these.TODO
= files already in-work, but not yet functional, or ideas which I'd like to begin and work on. I plan to finish these.
Do my ideas and things in the files in the todo
directory.