Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8912275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:09:32+00:00 2026-06-15T04:09:32+00:00

My application needs to send and read IPv6 addresses over the wire. It’s only

  • 0

My application needs to send and read IPv6 addresses over the wire. It’s only going to be read by my application, but I’d still like to follow convention. Is there a library function for doing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T04:09:33+00:00Added an answer on June 15, 2026 at 4:09 am

    The socket module has a function for this, called inet_pton. However, it’s not available on all platforms. (It is not available on the Windows machine I’m writing this on.)

    I recommend that you use a nonstandard library called ipaddr. It has two somewhat non-obvious functions that will do precisely what you need:

    from ipaddr import ipaddr
    raw = '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
    ip = ipaddr.IPv6Address(ipaddr.Bytes(raw))
    
    print "IP is: " + str(ip)
    
    original = bytes(ip.packed)
    
    print "Original raw bytes: " + repr(original)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a C# application going that needs to send out an html email
I'm writing an application that needs to send a file over the network. I've
We're developing a cross-platform network application that needs to send and receive data over
My application needs to send video data frame by frame from Server to Client.
I am coding an application that needs to send audio files, in mp3 or
We have a client application that needs to send messages to a server for
I've got a WPF application that needs to send pre-generated EMF files to a
I'm building a web application that needs to send notifications by SMS. What SMS
Let's say your creating an application that needs to send you an email monthly.
I have a Qt application which needs to be able to send faxes. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.