(Low Level) TCP Client

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • In this video, we discuss a TCP client, only using glibc calls.
    The video about multithreading: • Multithreading with PO...
    My wifes pages:
    ramona-engelmann.de
    ramona.engelmann.09
    ramona.engelmann.art
    / @vibrantcreativitybyra...

Комментарии • 20

  • @elmovandermerwe
    @elmovandermerwe Год назад +1

    This channel remains one of the best channel on RUclips!

  • @x87-64
    @x87-64 Год назад +1

    Amazing video. Never stop posting

  • @ferhat3223
    @ferhat3223 Год назад +1

    Ich danke Ihnen mit herzlich.

  • @Malik-e-Ashtar
    @Malik-e-Ashtar 11 месяцев назад

    Great Man, Great Work

  • @daniel_mg88
    @daniel_mg88 Год назад

    Very good video.
    It will continue to write your operating system.
    Best regards

  • @zlatkogjuroski3235
    @zlatkogjuroski3235 Год назад

    Hi, you will need to use I/O event notification mechanism as select, poll or epoll for monitoring events on file descriptors :)

  • @semimaths
    @semimaths Год назад

    Amazing video.

  • @21cselmowthikm.72
    @21cselmowthikm.72 Год назад

    ooo sir, your back....

  • @lolpwner123
    @lolpwner123 5 месяцев назад

    Just found this and this has been an amazing intro into how code like this can be written coming from a higher level background
    Thanks!

  • @turtle421
    @turtle421 Год назад

    After a long time.

  • @trungthanhbp
    @trungthanhbp Год назад

    nice

  • @davidd3087
    @davidd3087 Год назад

    good job! please make a TPC Server

  • @cya3mdirl158
    @cya3mdirl158 Год назад

    But how to implement own socket function?
    Btw do you recommend some books about writing OS?

  • @mahmoudhassen2994
    @mahmoudhassen2994 Год назад

    Thanks your eforts
    in developments Linux Sockets
    When your enter in
    Windows Sockets
    Your are Professor
    can see Peripheral Component Interconnect
    Cyber Security
    there are Low Level> assembly

  • @JEAPI_DEV
    @JEAPI_DEV Год назад

    Amazing video as always. I'm just confused as to how a human is capable of writing code in a simple text editor XD. I mean if it works for you then I guess it's fine, but would you mind at least trying out vim or emacs or anything else that has some form of auto completion

  • @maverick_plays
    @maverick_plays Год назад +2

    hi, i am 16 year old kid from india and i just got this idea from nowhere that i should make my own operating system. I would like to know if its a good thing or not and how to start with this and i can ask for any help from you. i am really excited for this project

  • @tantalus8991
    @tantalus8991 Год назад +1

    Is it the std::getline that is blocking?