Spectrum Analysis
This is a very important aspect of realizing the interferences that are affecting the wifi signals by non-wifi factors in the surrounding environment. Mojo Aware provides spectrum analysis by which you can actually improve your WiFi performance. It visualizes all the non-wifi factors that are affecting the radio frequency in an area and determines the strength of the signal. The analysis in the form of energies and spectrum of frequencies. Interestingly it is done in the entire lifecycle of WLAN- before, after and during the deployment of WLAN network. To note: Done only in tri-radio APs.
Attribute | Data Type | Description |
---|---|---|
nextSampleTimestamp | int | Time when next sample will be available |
channelData | application/json | Analysis data for all the channels selected |
channelData/channel | int | Channel no for which data is recorded |
channelData/centerFrequency | int | Center Frequency of the current channel |
channelData/channelWidth | int | Width of the channel |
channelData/subChannelSignalStrength | int | Signal strengths observed for each of the sub-channel frequencies in the current channel |
timestamp | int | Time when the samples were observed |
[{ "nextSampleTimestamp": 1480322317000, "samples": [{ "channelData": [{ "channel": 184, "centerFrequency": 4920, "channelWidth": 20, "subChannelSignalStrength": [-128, -128, -128, -128, -123, -128, -128, -128, -128, -118, -128, -118, -128, -128, -126, -128, -128, -128, -128, -123, -126, -128, -126, -128, -128, -120, -128, -128, -128, -128, -128, -126, -105, -128, -128, -128, -126, -128, -128, -123, -120, -128, -128, -128, -128, -128, -128, -128, -128, -128, -120, -128, -126, -128, -123, -128, -128, -126, -128, -128, -128, -128, -128, -128] }], "timestamp": 1480322274000 }]
/V5/devices/managedDevices/{macAddress}/spectrumAnalysis/sessions/{sessionId}/data
/V5/devices/managedDevices/{macAddress}/spectrumAnalysis/sessions
/V5/devices/managedDevices/{macAddress}/spectrumAnalysis/sessions
/V5/devices/managedDevices/{macAddress}/spectrumAnalysis/sessions/{sessionId}