Help for this page

Select Code to Download


  1. or download this
    3E@@!dPzY+2K
    
    ...
    Cache-Control: no-cache
    
    [{"action":"http:/cisco.com/jnap/wirelessap/SetRadioSettings","request
    +":{"radios":[{"radioID":"RADIO_2.4GHz","settings":{"isEnabled":true,"
    +mode":"802.11bgn","ssid":"vinoth","broadcastSSID":true,"channelWidth"
    +:"Auto","channel":1,"security":"None"}}]}},{"action":"http://cisco.co
    +m/jnap/guestnetwork/SetGuestNetworkSettings","request":{"isGuestNetwo
    +rkEnabled":false,"guestSSID":"vinoth-guest","guestPassword":"BeMyGues
    +t","maxSimultaneousGuests":5,"broadcastGuestSSID":false}}]
    
  2. or download this
        use strict;
        use warnings;
    ...
            print "HTTP get code: ", $res->code, "\n";
            print "HTTP get: msg: ", $res->message, "\n";
        }