Vas2Nets ======== A WASP providing connectivity in Nigeria via an HTTP API. Notes ~~~~~ Valid single byte characters:: string.ascii_lowercase, # a-z string.ascii_uppercase, # A-Z '0123456789', 'äöüÄÖÜàùòìèé§Ññ£$@', ' ', '/?!#%&()*+,-:;<=>.', '\n\r' Valid double byte characters, will limit SMS to max length of 70 instead of 160 if used:: '|{}[]€\~^' If any characters are published that aren't in this list the transport will raise a `Vas2NetsEncodingError`. If characters are published that are in the double byte set the transport will print warnings in the log. Configuration parameters ~~~~~~~~~~~~~~~~~~~~~~~~ :: transport_name: vas2nets web_receive_path: /api/v1/sms/vas2nets/receive/ web_receipt_path: /api/v1/sms/vas2nets/receipt/ web_port: 8123 url: username: password: owner: service: subservice: