Skip to content

Instantly share code, notes, and snippets.

@samdoran
samdoran / aerohive.md
Last active May 19, 2024 00:46
Configuring Aerohive access points using the CLI

Aerohive

Initial setup

  1. Reset to factory defaults

     reset config bootstrap
     reset config
    

    The username is admin and the password is aerohive or Aerohive1.

@jfinstrom
jfinstrom / hctest.py
Created January 7, 2015 00:05
HypChat Send message to room
#!/usr/bin/env python
from hypchat import HypChat
hc = HypChat("KEY")
room = hc.get_room('ROOMNAME')
room.message('Hello World', "green")