Skip to content

Instantly share code, notes, and snippets.

@samdoran
samdoran / aerohive.md
Last active January 8, 2026 02:25
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, Aerohive1, or admin123.

@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")