Skip to content

Instantly share code, notes, and snippets.

View ChrizH's full-sized avatar

Christian Hofer ChrizH

View GitHub Profile
@ChrizH
ChrizH / README.md
Created May 14, 2016 20:44 — forked from lbolla/README.md
Asynchronous programming in Tornado

Asynchronous programming with Tornado

Asynchronous programming can be tricky for beginners, therefore I think it's useful to iron some basic concepts to avoid common pitfalls.

For an explanation about generic asynchronous programming, I recommend you one of the [many][2] [resources][3] [online][4].

I will focus on solely on asynchronous programming in [Tornado][1]. From Tornado's homepage:

@ChrizH
ChrizH / openwrt_lede_dyndns-client_config.md
Last active April 9, 2024 01:33
Free Dynamic DNS service provider configuration on OpenWRT/Lede Access Point. no-ip.com.

no-ip.com configuration on OpenWRT Access Point

In case that your home network gets a dynamic (public) IP address from the internet service provider (ISP) and you want to get access to your network services (NAS, IP Cam, any webserver etc.) over the internet, then a DDNS service is necessary.

Typical modems support DDNS service configuration out of the box (e.g. Fritzbox), but if that is not possible then any OpenWRT device on your network can help out.

Content