Using IPv6 Sockets in Python

Поделиться
HTML-код
  • Опубликовано: 22 июл 2024
  • Today we learn how to use IPv6 sockets in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • НаукаНаука

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

  • @heptex8989
    @heptex8989 Год назад +3

    you probably get this often but just wanna thank you for the amazing videos you keep making dude 👍 literally learnt so much in both python and c++ from u

  • @myteron
    @myteron 2 месяца назад

    Fantastic vid!
    Wondering: since V6 has IPSec 'build in' how the heck can one establish a V6 with network layer encryption enabled?

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

    Just a correction, you don't typical use NAT with IPv6(IE: No port forwarding needed). So the address which begins with 2 is your public IPv6 address. the IPv6 address which begins with f (the link local) your private IPv6 address.

  • @ChanderMohan-lj9dy
    @ChanderMohan-lj9dy 6 месяцев назад

    Hello, thanks for making such detailed videos. I'm running sftp server and I have set ipv6 by watching your video. The server gives access of the cwd directory to the client, but I want to set a specific directory. I tried os.chdir() method and it failed.
    can you please help me with that? thanks and regards.

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

    will this work without port forwarding (in ur case 9999) ? And from behind the NAT? I mean not from local/wifi network.

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

    I am trying to use ipv6 address in sockets. But when i run client on different network it gives me os error 99 cannot assign requested address. I am unable to find solution. Please suggest me a solution

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

    maybe try [1][4][0] bc your setting are diff so it's in a diff part of the array, just pick it out heh

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

    Request: DSA with python

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

    ok why not