Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.49 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.49 KB

This file is part of eRCaGuy_hello_world: https://github.com/ElectricRCAircraftGuy/eRCaGuy_hello_world

See also

  1. Running a C file as an executable Bash script

Other readmes/markdown files herein:

To see all *.md files herein, run: ls -1 | grep -i '\.md'.

  1. onlinegdb--empirically_determine_max_thread_stack_size.md
  2. read_stdin_notes.md
  3. socket_ethernet_packets_README.md - Unix socket interface: sockets, Ethernet, TCP vs UDP packets, client/server examples, etc.
  4. 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.
  5. pthreads_README.md - has links to files which show how to use the POSIX threads pthreads library available on Linux.

Folder description

  1. 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.
  2. 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.

TODO

Do my ideas and things in the files in the todo directory.