Questions tagged [ruckus-api]

Ruckus Networks is a company selling wired and wireless networking equipment and software. So, they provide REST API to communicate with the devices,

Here is the API doc: http://docs.ruckuswireless.com/iot/iot-restapiguide.html

3 questions
0
votes
1 answer

Unable to SSH to Ruckus AP using Paramiko

I am working to automate a script to log into a Ruckus AP (H510 Unleashed) and gather information from it using Paramiko. I have used the same Paramiko script to log into various other devices (linux, HP/Aruba, etc) without issue but when I try and…
0
votes
1 answer

External captive portal using HotSpot service on Ruckus ZoneDirectory ZD3050

I try to create an external captive portal using HotSpot service on Ruckus ZoneDirectory ZD3050 (v10.1.2.0 build 210). How to authenticate clients? I have a web page as a portal, I have my custom authorization flow, but I don't know how to…
LONGMAN
  • 902
  • 1
  • 15
  • 22
0
votes
2 answers

convert RGB color to XY

I have using RUCKUS API for changing color of lamp and I need to convert color from RGB to XY to call an API. I have tried this code: 1) Get the RGB values from your color object and convert them to be between 0 and 1 function rgb_to_cie(red,…
Harsh Patel
  • 4,208
  • 6
  • 24
  • 55