methods
1 GW
ok, let me spell it out
* Any device can access the internet
Phone, 2G Arduino, your computer.... anything that has the capability
* Any device which can access the internet can log into an FTP site
The front door. . . is HTTP
The back door.... is FTP
You can view any website via the front door or the back door. . . (rolls eyes)
* All you need is an FTP login cred
You might use some tool in MIT App Inventor 2... or some Library in Android... or some GitHub drop for Arduino... or maybe some turnkey IoT crap... any of these will give you FULL FTP CONTROL from an embedded device.
short that,
and the way we have done it for decades... is to just free-hand it. It is like 18 lines of code to FTP in to a given IP address (or re-direct)
:lol:
* Now... a file can hold the entire history of the human race
All of my Arduino's have a uSD slot capable of holding 32G (or much larger). That is enough to hold the entire history of man, with pictures and movies.
* Now. . . Arduino... can report into its Sleeper IP
... This is where the resting Ardunio (on the 3 year battery) auto-uploads to its pre-programmed IP address, the contents of its memory...
Quite simple yes?
Lets do that now.
-methods
* Any device can access the internet
Phone, 2G Arduino, your computer.... anything that has the capability
* Any device which can access the internet can log into an FTP site
The front door. . . is HTTP
The back door.... is FTP
You can view any website via the front door or the back door. . . (rolls eyes)
* All you need is an FTP login cred
You might use some tool in MIT App Inventor 2... or some Library in Android... or some GitHub drop for Arduino... or maybe some turnkey IoT crap... any of these will give you FULL FTP CONTROL from an embedded device.
short that,
and the way we have done it for decades... is to just free-hand it. It is like 18 lines of code to FTP in to a given IP address (or re-direct)
:lol:
* Now... a file can hold the entire history of the human race
All of my Arduino's have a uSD slot capable of holding 32G (or much larger). That is enough to hold the entire history of man, with pictures and movies.
* Now. . . Arduino... can report into its Sleeper IP
... This is where the resting Ardunio (on the 3 year battery) auto-uploads to its pre-programmed IP address, the contents of its memory...
Quite simple yes?
Lets do that now.
-methods