MSX Instagr8 - Instagram for MSX1

Страница 1/4
| 2 | 3 | 4

By glufke

Resident (37)

Аватар пользователя glufke

01-05-2020, 01:30

Here is the video:
https://www.youtube.com/watch?v=L-G7gzgepdA

I will add more information in the next video AND the source code!

:-D

Для того, чтобы оставить комментарий, необходимо регистрация или !login

By Sylvester

Hero (589)

Аватар пользователя Sylvester

01-05-2020, 08:46

Nice program! any plans to add MSX2/MSX2+ support?

By ToriHino

Paladin (855)

Аватар пользователя ToriHino

01-05-2020, 10:28

Yes this looks great. And indeed this could really use the MSX 2+ screens Tongue

By geijoenr

Champion (364)

Аватар пользователя geijoenr

01-05-2020, 11:07

That´s pretty cool. How do you decompress the images? oO

By edoz

Prophet (2482)

Аватар пользователя edoz

01-05-2020, 11:19

geijoenr wrote:

That´s pretty cool. How do you decompress the images? oO

Yes, i was wondering this as well.. and what about https encryption? As MSX basic would way to slow for this. Are you using a proxy or something like this? If you use a proxy, i really like to know how.. maybe it would be something useful for symzilla.

By Sylvester

Hero (589)

Аватар пользователя Sylvester

01-05-2020, 12:17

He is using a proxy, see: https://github.com/glufke/instagr8 although the source for the server side isn't added yet.

By Latok

msx guru (3938)

Аватар пользователя Latok

01-05-2020, 12:20

I would say its impossible to decompress the images that fast, right?

edit:
Ah, yes, now I see, the server is doing the hard work Smile

By edoz

Prophet (2482)

Аватар пользователя edoz

01-05-2020, 12:52

Sylvester wrote:

He is using a proxy, see: https://github.com/glufke/instagr8 although the source for the server side isn't added yet.

Nice! I wonder if it works only for instagr8 or for every website.. It seem he is making a screenshot and convert it to display on the MSX.. very need!

By ducasp

Paladin (680)

Аватар пользователя ducasp

01-05-2020, 17:08

edoz wrote:
Sylvester wrote:

He is using a proxy, see: https://github.com/glufke/instagr8 although the source for the server side isn't added yet.

Nice! I wonder if it works only for instagr8 or for every website.. It seem he is making a screenshot and convert it to display on the MSX.. very need!

I think ericb (fusion-c author) has done something that works for any image in the internet. :) And for sure glufke's server code probably can do it as well, if it already doesn't, with minimal changes. B-)

By glufke

Resident (37)

Аватар пользователя glufke

01-05-2020, 17:34

Exactly... It's impossible for MSX to deal with:
* HTTPS (for Instagram API)
* JSON parsing (huge files)
* Huge images, conversion to 256x192, conversion to 16 color, conversion to MSX pattern.

All of it it's made in the "middle" layer. (in AWS :-D)
Well, I will update the github in the next days, but if you have a GR8NET, you can download the INSTAGR8.BAS and run in your MSX.

Thanks guys !

By glufke

Resident (37)

Аватар пользователя glufke

01-05-2020, 17:40

edoz wrote:

Nice! I wonder if it works only for instagr8 or for every website.. It seem he is making a screenshot and convert it to display on the MSX.. very need!

The server side could be used to different tasks, for example:
* It would be very easy to adapt it and have a TWITTER with pictures in the MSX.
(Same principle, MSX makes a request to the "simplification layer", this server makes all the heavy-duty work and prepare the info to be downloaded by MSX).

Страница 1/4
| 2 | 3 | 4