Socket Programming in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 4

  • @PouriyaJamshidi
    @PouriyaJamshidi หลายเดือนก่อน +1

    Socket programming is one of the most fun things to do.
    Been writing a syslog proxy recently and the joy is immense

    • @StephenBlum
      @StephenBlum  หลายเดือนก่อน

      nice! that's a great idea. syslog to pipe all events over a socket to a central endpoint for auditing/tracking 🎉

    • @PouriyaJamshidi
      @PouriyaJamshidi หลายเดือนก่อน +1

      @@StephenBlum it is mainly doing filtering and message alteration in our case

    • @StephenBlum
      @StephenBlum  หลายเดือนก่อน

      @@PouriyaJamshidi nice! that sounds like a great use. filtering to find the exact log you're looking for, and then alteration to provide better details and add extra details from other logs when needed 🎉