We hear from KCME's Hyungbae Kim on his work on mobile development to create a more sustainable and...
Protesting privacy: Four ISP trade groups are suing the state of Maine for a privacy law that goes into effect this year, Ars Technica reports. Among other things, the law supposedly violates ISP free speech rights because it limits their ability to advertise to their customers and to offer discounts in exchange for customers’ personal information. The Maine law requires ISPs to get customers’ opt-in consent before using or sharing sensitive data.
DSL over fiber: The California Advanced Services Fund, a program launched in 2008 to connect all Californians to broadband, was an early success, but recent actions in the state legislature have encouraged slow speeds of 6 Mbps and eliminated the fund’s ability to serve public housing already served by slow DSL service, the EFF says in a blog post. “By establishing an abysmally low standard based on DSL technology that made its debut more than a decade ago, the state’s regulator is forced to conclude that basically everyone has useful broadband access today,” the EFF says. “This has kept the state from closing the digital divide.”
It’s getting better: Nigeria is making great strides in getting residents connected to the Internet, the BBC reports. More than Continue reading
Intel had projected that it would be the leader in base station silicon by 2022, but is now...
At the annual security event, Google Cloud rolled out new security features including threat...
“Every server can run every service.”
We designed and built Cloudflare’s network to be able to grow capacity quickly and inexpensively; to allow every server, in every city, to run every service; and to allow us to shift customers and traffic across our network efficiently. We deploy standard, commodity hardware, and our product developers and customers do not need to worry about the underlying servers. Our software automatically manages the deployment and execution of our developers’ code and our customers’ code across our network. Since we manage the execution and prioritization of code running across our network, we are both able to optimize the performance of our highest tier customers and effectively leverage idle capacity across our network.
An alternative approach might have been to run several fragmented networks with specialized servers designed to run specific features, such as the Firewall, DDoS protection or Workers. However, we believe that approach would have resulted in wasted idle resources and given us less flexibility to build new software or adopt the newest available hardware. And a single optimization target means we can provide security and performance at the same time.
We use Anycast to route a web request to the Continue reading
Recently I attended Networking Field Day 22 (NFD22) in San Jose, CA as a delegate. By attending NFD you may …
The post DriveNets #NFD22 appeared first on Fryguy's Blog.
It’s also getting a little bit SASE with its secure SD-WAN, but executives say they’ll talk...
The group also today made available OpenDXL Ontology, which it says is the first open source...
Imagine you followed the steps taken by Anne Baretta and stored network inventory into a database. What could you do with that information (apart from creating reports)? How about adding a web UI to help less-skilled network operators perform automated tasks?
Notes
Imagine you followed the steps taken by Anne Baretta and stored network inventory into a database. What could you do with that information (apart from creating reports)? How about adding a web UI to help less-skilled network operators perform automated tasks?
Notes
It’s been almost 10 years since my previous post about
this. And 20 years since 2000-02-24, which is when arping 0.1
was released. It was a 208 line C file, with a hand made Makefile
.
As of today when Arping 2.21 is overdue to be released, the code in
.c
and .h
files (excluding tests) is 3863 lines, and it uses the
amazing autotools framework for analyzing dependencies.
I’ve recently had the displeasure of working with cmake
, which is
just the worst. Why anyone would think cmake
is even remotely
acceptable I’ll never understand.
But the Arping story continues. It isn’t getting many new major features. Still, since the last post there’s been 205 commits, and 10 releases.
Things like:
gettimeofday()
to clock_gettime()
, when
available. More info about that in this blog post.uid=0
and stop. Capabilities can come in other wayspoll()
to select()
to work around bug in MacOS Xgetifaddrs()
to resolve interfacesThe event might not be happening, but that doesn't mean we are going to ignore the big trends we...
Hello my friend,
We continue discussion about the variable in the Python, which we have started in the previous article. Today we cover new type, which is very useful and, therefore, widely used. In various programming languages, this type is known under various names. So, who is here?
Don’t wait to be kicked out of IT business. Join our network automation training to secure your job in future. Come to NetDevOps side.
How does the training differ from this blog post series? Here you get the basics and learn some programming concepts in general, whereas in the training you get comprehensive set of knowledge with the detailed examples how to use Python for the network and IT automation. You need both.
Answering to the question in the end of the preamble, here is the list. It is also known under the name array; however, in the Python’s terminology list is the correct term. The list variable contains any amount of the elements (starting from zero), which are siblings to each other, and they can be of any type as described in the previous article. Continue reading
Exposures and data breaches due to misconfigurations have become an “alarmingly common” trend...
What is LORA – Best reference – https://www.thethingsnetwork.org
I will anyways attempt to define this as a newbie who just got into this technology
“with the help of a specific Receiver and Transmitter and using Radio waves you can send small bits of information to long ranges without the need of repeaters or wireless IP networking gear. “
Why is this useful – I have many use cases simple one being measuring soil moisture for plants and measuring water level in an overhead tank.
I currently have a very expensive setup of a Raspberry Pi zero wireless, a Repeater to repeat my Base Ip Network and a solar panel to power the power-hungry sensor as Raspberry pi does not know how to go into Deepsleep and wakeup.
Lora Makes it simple and even in reasonable living space, wireless routers do not perform well to cover the range up till the back yard garden.
What do you need – Listed in the below article and its nicely written
Most of the Sample Code – https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/
I have tested its range till 300m without any issues at all, that’s like 4 times what my wireless router can do!