This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
'''Sending / Receiving SMS using Raspberry Pi, Soracom Air SIM and ABIT AK-020 | |
''' | |
import time | |
import serial | |
import re | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## EC2 automation login tool | |
# | |
# Original: http://m.igrs.jp/blog/2013/03/14/ec2-ssh/ | |
# https://gist.github.com/migrs/5157665 | |
# https://gist.github.com/MichinobuMaeda/5545875 | |
# | |
# Changed by mo-ya (2013-07-06) | |
# |