Log of development zx-uno network tools.

Software para o relacionado con el core ZX Spectrum / Software for or related to the ZX Spectrum core
nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Log of development zx-uno network tools.

Mensaje por nihirash » 15 Jul 2019, 23:14

Gopher client updated - you may download it from my gopher site(via "update your ugoph to v.0.3")

Now it shows images and works in 14MHz mode.

phpBB [media]
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Log of development zx-uno network tools.

Mensaje por nihirash » 20 Jul 2019, 01:13

There is version 0.4!

Now it renders on Timex HiRes screen :D

You may just update from my gopher site or get it here: https://github.com/nihirash/uGoph/releases/tag/0.4

phpBB [media]
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Log of development zx-uno network tools.

Mensaje por nihirash » 20 Jul 2019, 22:43

Version 0.5 is here!

phpBB [media]


Now you may make "search requests"(user input support - you may test it in my guestbook :D )
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

Avatar de Usuario
SevenFFF
Mensajes: 43
Registrado: 23 Dic 2017, 22:50

Re: Log of development zx-uno network tools.

Mensaje por SevenFFF » 22 Jul 2019, 18:10

Hi Alexander!

Would it be ok if I, or somebody else, ported this to the Spectrum Next? Either as a separate open-source project, or as a fork that we could later fold back into your project.

I know there has been some prior bad feeing between the UNO and Next community, so I wanted to check this is all ok before presuming anything :)

Thanks! Robin
Robin Verhagen-Guest
SevenFFF / Threetwosevensixseven / colonel32
seven-fff.com/blog

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Log of development zx-uno network tools.

Mensaje por nihirash » 22 Jul 2019, 22:54

SevenFFF escribió: Would it be ok if I, or somebody else, ported this to the Spectrum Next? Either as a separate open-source project, or as a fork that we could later fold back into your project.
Port to Spectrum Next already in my plans.
SevenFFF escribió: I know there has been some prior bad feeing between the UNO and Next community, so I wanted to check this is all ok before presuming anything :)
Let's pass politics out of this theme. I have my opinion. You have your.

I haven't SpecNext board. Can you recommend emulator with networking support(I have ESP-chip on usb uart)?

BTW, on nihirash.net simplified port to spectranet device(there also TNFS server).
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

Avatar de Usuario
SevenFFF
Mensajes: 43
Registrado: 23 Dic 2017, 22:50

Re: Log of development zx-uno network tools.

Mensaje por SevenFFF » 23 Jul 2019, 01:10

nihirash escribió: Port to Spectrum Next already in my plans.
Let's pass politics out of this theme. I have my opinion. You have your.
Yay, that is good :)
nihirash escribió: BTW, on nihirash.net simplified port to spectranet device(there also TNFS server).
I hope to buy a spectranet from ByteDelight soon!
nihirash escribió: I haven't SpecNext board. Can you recommend emulator with networking support(I have ESP-chip on usb uart)?
Yes! César has very recently added support in ZEsarUX for physical ESP on USB adaptor. I think this only works on linux so far, maybe. I haven't yet tested it, because I only have a Windows machine. I think César is active on this forum, so he can help more than me, at this stage :)

Mike has also added support to CSpect for both physical ESP on USB adaptor, and also very limited support for emulated ESP. The physical ESP works well on Windows, I use it to test NXtel. CSpect is a C# app, and runs on mono, but I don't know if the ESP support has been tested on linux or Mac OS yet.

You will see in CSpectReadme.txt there are notes about enabling physical ESP passthrough, by using this command line option:

-com="COM5:115200"

If you omit the -com option then it will default to using ESP emulation.

To set up CSpect there are general notes in CSpectReadme.txt, and also in the release blog post for each separate version, so sometimes you need to read back into older versions to get everything.

Here is my simple test in the latest version of CSpect. The command line I am using is:

C:\spec\CSpect2_9_2\CSpect.exe -w2 -zxnext -nextrom -basickeys -esc -com="COM5:115200" -mmc=..\cspect-next-2gb.img

Imagen

The .img file you can use the tbblue.mmc one from ZEsarUX, if you already have it. Otherwise you can download here.

Inside both images, at /DEMOS/UART/TERMINAL.BAS is a simple test program you can run, and type AT commands like in my screenshot above.

The prescaler is a bigger subject we can discuss later. If the ESP is defaulted to 115200 baud and you start the Next/emulator also at 115200 baud, you can ignore it. But if you want to change baud rates, or to operate on different video timings (master clock <> 28000, similar to UNO SCANDBLCTRL register $0B FREQ setting), you have to calculate an adjusted baud rate to compensate for the different master clock speed.

I will try to help if you have any questions. If it is rude to discuss Next things in detail on the UNO forum, I apologise to everyone, and we can move to a difference place :)
Robin Verhagen-Guest
SevenFFF / Threetwosevensixseven / colonel32
seven-fff.com/blog

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Log of development zx-uno network tools.

Mensaje por nihirash » 23 Jul 2019, 12:16

SevenFFF escribió: I will try to help if you have any questions. If it is rude to discuss Next things in detail on the UNO forum, I apologise to everyone, and we can move to a difference place :)
You may contact me in telegram: nihirash
Or email: anihirash (at) gmail
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Log of development zx-uno network tools.

Mensaje por nihirash » 24 Jul 2019, 17:55

Some "official" announce about gopher-client: https://nihirash.net/gopher-clients-leg ... ic-status/
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

Avatar de Usuario
desUBIKado
Mensajes: 1002
Registrado: 05 Ago 2016, 22:33

Re: Log of development zx-uno network tools.

Mensaje por desUBIKado » 25 Jul 2019, 14:27

nihirash escribió:Some "official" announce about gopher-client: https://nihirash.net/gopher-clients-leg ... ic-status/
:plasplas: you are a very kind man, bro

nihirash
Mensajes: 110
Registrado: 04 May 2019, 00:55
Contactar:

Re: Log of development zx-uno network tools.

Mensaje por nihirash » 26 Jul 2019, 12:05

I've updated uGophy to 0.6 version.

It now uses shadow screen on 7th page, on page of original screen now presented PT3 player(with turbosound support).

And now you may listen music from gopher.

To make it possible - I've made simple zxart.ee -> gopher gate for music section :-)
My hardware:
ZX Uno 4.2, +UNO, ZX-Evolution Rev. C+VDac+ZXM-SoundCard Extreme+ZiFi, Harlequin 128K, Reverse U8, Leningrad 48K

My blog(and there gopher server on 70th port): https://nihirash.net/

Responder