Skip to content

Binary Waves

Looping packets at light speed!

  • Home
  • About
  • Blog
  • Contact
  • Twitter
  • Email

First Post!

Welcome to BinaryWaves.org! A blog with a lot of networking, coding and definitely some lessons learned. Hopefully I will post something that might help or show you what not to do!

# Yay Python
import netaddr

for ip in netaddr.IPNetwork("192.168.0.0/24"):
    print(ip)

print("netaddr rocks")

Author Chris ShultzPosted on December 21, 2019October 2, 2020Leave a comment on First Post!

About This Site

A blog with a lot of networking, a lot of coding and definitely some lessons learned.

  • Home
  • About
  • Blog
  • Contact
  • Twitter
  • Email
Binary Waves Proudly powered by WordPress