Search Criteria
Package Details: atinout 0.9.1-1
Git Clone URL: | https://aur.archlinux.org/atinout.git (read-only) |
---|---|
Package Base: | atinout |
Description: | AT commands as input are sent to modem and responses given as output. |
Upstream URL: | http://atinout.sourceforge.net/ |
Licenses: | |
Submitter: | maxdevaine |
Maintainer: | maxdevaine |
Last Packager: | maxdevaine |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2013-07-02 13:36 |
Last Updated: | 2017-02-09 21:59 |
Latest Comments
cgx commented on 2018-10-22 16:07
Not building for me:
gcc -o atinout -W -Wall -Wextra -Werror -DVERSION=\"0.9.1\" -g atinout.c atinout.c: In function ‘is_final_result’: atinout.c:141:6: error: this statement may fall through [-Werror=implicit-fallthrough=] if (strcmp(&response[1], "K\r\n") == 0) { ^ atinout.c:145:2: note: here default: ^~~~~~~ cc1: all warnings being treated as errors make: *** [Makefile:14: atinout] Error 1 ==> ERROR: A failure occurred in build().
maxdevaine commented on 2017-02-09 22:01
Hi, thanks, done.
Max
dreieck commented on 2017-02-09 18:39
The sourceforge link does not exist anymore.
Please use generic download URL, like:
source=("atinout-${pkgver}.tar.gz::http://sourceforge.net/projects/atinout/files/v${pkgver}/atinout-${pkgver}.tar.gz/download")