Skip to main content

Receive Hackspace WiFi Code

When you are running a hackspace, network security presents a particular problem. All your users will expect a wireless network, but given the people your space will attract, some of them are inevitably going to be curious enough to push at its edges. Simply plugging in a home WiFi router isn’t going to cut it.

At Santa Barbara Hackerspace they use Unifi access points on their wireless network, and their guest network has a system of single-use codes to grant a user 24-hour access. The system has the ability to print a full sheet of codes that can be cut individually, but it’s inconvenient and messy. So the enterprising hackspace members have used a Raspberry Pi and a receipt printer to deliver a single code on-demand at the press of a button.

The hardware is simple enough, just a pull-up and a button to a GPIO on the Pi. Meanwhile the software side of the equation has a component on both client and server. At the server end is a Python script that accesses the Unifi MongoDB database and extracts a single code, while at the client end is another Python script that reacts to a button press by calling the server script and printing the result.  It’s a simple arrangement that was put together in an evening, but it’s an effective solution to their one-time WiFi access needs.

It’s a temptation as a hackspace to view all of your problems as solvable in one go with the One Piece Of Software To Rule Them All, and as a result some spaces spend a lot of time trying to hack another space’s effort to fit their needs or even to write their own. But in reality it is the small things like this one that make things work for members, and in a hackspace that’s important.

Does your space have any quick and simple projects that have automated a hackspace process? Let us know in the comments.

Comments

Popular posts from this blog

Bitcoin Laundering” Study: Where Do Criminals Turn to Mask Illicit Cryptoassets?

A recent study ( PDF ) from the Foundation for Defense of Democracies’ Center on Sanctions and Illicit Finance and blockchain analytics company Elliptic explored the “bitcoin laundering” ecosystem. In the study, Elliptic’s forensic analysis of the Bitcoin blockchain and other publicly available data were used to track the flows of illicit funds from 2013 to 2016. “This study aimed to identify where individuals turn in order to cash out or transmit bitcoins (BTC) acquired from illicit entities and to discover typologies for criminals ‘laundering’ bitcoins,” the report says. The study describes bitcoin laundering as a special type of money laundering that exists within the Bitcoin network where a user moves some bitcoins to a new address in a manner that obscures the original source of funds. The conversion of bitcoins into fiat currency on exchanges that lack adequate anti-money laundering (AML) and know-your-customer (KYC) policies can also fall under the category ...

Bitcoin Brokers Reviews for Learning Trustworthy Brokerage Firm

When you are trading the cryptocurrency it is necessary to have accessibility to a relied on brokerage company. Though there are lots of brokerage companies available that can be counted upon, figuring out the one that can additionally ensure you attractive returns are essential. Undeniably with Bitcoin brokers’ testimonials you could do it fairly precisely. Bitcoinbrokers are services provider that allow you to buy Bitcoin anonymously for buyers, and also market Bitcoin at a premium. For customers of Bitcoin you will be provided a financial institution account with name, account number and directing information. You transfer loan right into the account to obtain Bitcoin in return. This is lot even more easier now than a pair of years ago. It goes without saying delving into Bitcoin profession is not as very easy as it seems. You require to do research, have an enough understanding of how the profession goes. Additionally, you should understand the sort of people that you are g...

How to cancel an unconfirmed Bitcoin transaction

Crypto Beginners Guide / Bitcoin Beginners Guide   When sending  Bitcoin , it can be easy to make a small mistake causing you to want to cancel your Bitcoin transaction. Oftentimes, funds can become stuck if the miner fee you enter isn’t high enough for any miner to confirm your transaction. Unfortunately, the steps to cancel a Bitcoin transaction are a little more complicated than just pressing an “Undo” button. In this brief guide, I’ll walk you through the process to cancel an unconfirmed  Bitcoin  transaction. Has your transaction been confirmed? The first step in canceling your Bitcoin transaction is to  check whether or not it has any confirmations . When you made your transaction, you should have gotten a  transaction ID  that looks something like this: 240615b6ab59a5adb19ba52cb969aeb16ff82d2082b7a72cb2912c5d38c297cf Take your transaction ID and enter it into a block explorer.  Blockchain.info  is a great option. On the ...