What reports do you find the most valuable when designing wireless networks?

Documentation is a crucial part of most in-building wireless network design projects. So it makes sense then that one of the capabilities our customers tend to really like in iBwave products are the reports that come with it, the ease with which you can generate them and the different formats that they come in.

In today’s blog I will take a look at 3 of the most popular reports in iBwave products, using iBwave Wi-Fi as the example. 

ANNOTATIONS REPORT

This report has proven to be a big time saver for many of our customers because it eliminates any time usually spent on organizing notes and site photos into a report.

What it does is take all of the site photos and notes that you captured and saved directly on the floorplan using iBwave Wi-Fi Mobile, during the site survey and compiles it into a very neat and tidy report that you can easily send to your project team members to continue with the rest of the design process, or reference for yourself as you complete the design.

Here is an example of what that report looks like, including the different formats you can output it in:

EQUIPMENT LIST REPORT 

Also referred to as the ‘Bill of Materials’ report, this report quickly provides you with a complete list of all the equipment included in your design. In iBwave Wi-Fi (and iBwave Wi-Fi Mobile) this includes all network components such access points, routers, cabling, switches, racks, antennas – and basically anything you decide to include in the design of your network. 

The biggest value of this report gives our customers is the level of detail it includes because it gives them (and their customers) an overview of the complete network and the components required, in just one click. 

Here is an example of what the Equipment List Report looks like:

COST DETAILS REPORT

Our customers like this report because it enables them to add cost details to their network equipment and andadditional project costs as well such as labor, mark-up costs (yes, you can keep it invisible), construction and any other miscellaneous project costs that they may have. They simply enter the information on the report screen and in one-click they have a fairly accurate estimate of what the project will cost.  

What about reports that go beyond the project?

So far all of these reports have been at the project level. But many of our customers need reports that cover a span of projects, or a span of time. To do this, our iBwave Unity site and project management software can be used. This cloud-based software is essentially a site and project management software that acts as a central hub for all sites and network design projects. From here you are able to run reports and view dashboards that go way beyond singular projects, enabling you to see from a high-level information about all of the projects your company has done in the year. 

Example iBwave Unity reports include:

  • Active Projects
  • Project Costs – Estimates vs. Actual
  • Projects per Technologies
  • Project Compliance
  • Asset Management

Here is an example of a ‘Projects by Project Type’ report in iBwave Unity:

And that’s it for this post.

What reports are the most important for you when it comes to network design projects?

Wirelessly yours,

Kelly

A New Discovery! Visualizing a Wireless Network

Warning: this is pretty geeky. 

I don’t claim to be a Wi-Fi expert, but I have to say that after hanging out in the Wi-Fi world for the last year and half, I’ve definitely picked up some knowledge. Which is great, I love learning new things – especially geeky type things. And because I work a lot with iBwave Wi-Fi and go to the Wi-Fi shows, I tend to think about Wi-Fi these days way more than….I ever thought I would. 

So anyways, a few weeks ago while I was thinking about Wi-Fi I thought to myself ‘I wonder what Wi-Fi sounds like, what does it look like?’ Because I’ve always been interested in the idea of visualizing data. I often think about things like ‘what would the book I’m reading look like if I were to take all the text in it and then plot it on a heat map to see what words are used where. Or, I wonder what this song I’m listening looks like. Or, I wonder what my daily routine looks like mapped out over the course of a year. Yes, this really happens. Which brought me to that thought I originally had a few weeks ago about visualizing – and audiofying (new word) Wi-Fi. I had no idea, but it intrigued me.

And at the time I kind of dropped the idea, but this week when I was wondering what to blog about, the thought crossed my mind again and I started to wonder if there was a way I could visually plot data flying through my Wi-Fi network. I have WireShark packet analyzer, so I have a way to collect data  – I just need a way to plot it somehow. 

Enter everyone’s best friend, Google.

And oh what I discovered. Now maybe I’m just out of touch, but I discovered this open source program called Processing (do any of you know about it?). Apparently fairly well known but not to me.

So, what exactly is Processing?

Processing is essentially a program that allows you to take any type of data (really, any type) and then present it visually, in many different ways. Now, it does require some programming knowledge, but it’s really not so bad – fairly simple in terms of programming I think. And luckily for me I was a Visual Basic ninja many years ago (oh the Macros I wrote back then!) and that combined with my little java knowledge, I have managed pretty well to get a decent grasp of how to work with the program. Especially since there are many examples out there to help (and inspire).

Okay okay, so what did I do with it?

The answer is – not nearly as much as I WILL one day, but I like what I was able to figure out and create in the little time I’ve had with it. Essentially what you are looking at below is mapping all of the IP addresses around me on the network and lines which connect them.

How did I do that?

Essentially there is a library that comes with processing that allows you to gather the IP addresses on the Wi-Fi network you’re connected to. Then I essentially looped through those addresses, saved the X and Y coordinates into array, plotted the dots, plotted the line to connect it to the previous point, and voila, the visualization comes to life. The coordinates of the IP address are equal to the third and fourth parts of the IP address. How did I get the coordinates? Using an example from the web, I used the parts of an IP address. So for example if the program is mapping is 192.168.2.56 then it’s using 2 as the x coordinate and 56 as the y coordinate and plotting a point there. Then it plots the next IP address and connects it. That is what I tried to do anyways – I kind of just stopped when I thought ‘hey, that looks cool’, and then decided to write a blog about it in case anyone else might find this interesting other than myself. The great thing with this program as well is that there are many libraries out there to help you, and once you are done, you can easily package your program into a clickable app that you can run from anywhere. Neat, right? 

Anyways, my geeky self is having a lot of fun with it and am very thankful for the examples that helped me get started and bring this first little visualization of mine to life. So, while no means am I an expert at this point –  I hope to be one day. 

Stay tuned for more of my visualizations in the future (any requests?) – and in the meantime check out a couple of these beautiful network visualizations I came across that also use processing (and you will see why I showed mine first….)

Wirelessly yours,

Kelly

Exit mobile version