Hi,
I'd like to introduce the application I've been developing on the last recent weeks: MsxHub.
It's a software package manager, allowing to install software in our beloved MSX directly from the internet using an UNAPI compatible network card.
The usage is very simple. To install a software just run "hub install APP_NAME" from your internet connected MSX. MsxHub will download and install it in your default storage device.
At the moment the first beta client is available and I will start working on the server part. There are only few applications available to be installed. Use 'hub list' to show them all.
To install it, run the following commands from MSX-DOS2:
md A:\HUB
cd A:\HUB
hget http://msxhub.com/hub.com
I've tested it on a TurboR A1ST and on a MSX2+ F1XV both with the Tecnobytes Obsonet2 compatible Ethernet card and it seems to work properly on both configurations.
The source code is available on github: https://github.com/fr3nd/msxhub and I'd like to receive as many suggestions and bug reports as possible! :)