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

6 questions
2
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
  • 6,334
  • 10
  • 40
  • 73
1
vote
0 answers

Ansible module for Brocade/ICX is misbehaving

I've to perform some network automation in my infra using ansible. When I'm trying to use ansible module for icx switches it seems to be misbehaving. Playbook I used --- - name: ICX switch testing hosts: test-switch gather_facts: no vars: …
saurabh
  • 21
  • 3
0
votes
0 answers

My Telnet code connects to switches but doesn't display any output. How can I troubleshoot this issue?

I have developed a Java program using Telnet to establish connections with switches and send commands to them. However, when executing the program, I'm encountering an issue where I am not receiving any output from the switches. Despite successfully…
0
votes
0 answers

External Captive Portal Using Hotspot Service on Ruckus ZoneDirector ZD3050

I have two ZoneDirectors with Hotspot WLAN configured as an external captive portal for authorization ( with shared user and password on html code, is used for public access), however I've recently realized that peaple can't authorize on that (in…
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
  • 980
  • 1
  • 14
  • 24