|
|
|
|
|
by contingencies
1556 days ago
|
|
I wrote a trilingual one (Chinese, Korean, English) circa 2005 which allowed fuzzy search and directory services. The main issues are expense, per-message character limit (which is based on your character encoding; note Unicode UCS-2 is super-wasteful vs. other alternatives), latency, and questionable inter-network reliability. If you're in Alaska, honestly, if you're not really hard up for money just get a satellite deal like the sailors use, they're getting way cheaper. Don't even begin to dream about forcing IP down SMS. You could do a batched shell service if really desperate, but it would verge on unusable and you'd likely get rate limited at some point. |
|