waggle-sensor / beehive-server

Waggle cloud software for aggregation, storage and analysis of sensor data from Waggle nodes.
13 stars 17 forks source link

405 Method Not Allowed on beehive-registration server #62

Closed seanshahkarami closed 4 years ago

seanshahkarami commented 4 years ago

This first post request is giving me the error when running the develop beehive-server.

import requests

nodeid = '0000000000000001'

r = requests.post(f'http://localhost:80/api/registration?nodeid={nodeid}')
print('POST')
print(r.text)
wgerlach commented 4 years ago

Fixed this.