Sebastian Macke

Results 68 comments of Sebastian Macke
trafficstars

Thanks. Yes, the require and exports statements fill a huge gap in Javascript and I hope, that such things will become a standard soon in the browser. Sometimes I feel,...

Yes, that's basically how it works for the terminal and UART. Nice summary. Still, I don't like the keyboard handling. In future I will not use the UART anymore, but...

Hi gdm, thanks for the Go implementation. Looks like the source code is very clean. As far as I understand the authentication query can be sent from the server, but...

@trabitboy: busybox comes with ftpput and ftpget. Is this not enough? An alternative would be to compile NcFTP or inetutils. I can try it.

I compiled ncftp without problems. However the program crashes when a ftp connection is established. Somewhere in a memcpy routine.

You can use peerJS to establish a connection between the different clients. However the connection is based on ethernet frames. So you have to implement some services at some point....

I will try to compile the latest kernel. You are right, that gdb did not work years ago. But it is worth trying again.

The kernel is now on version 5.8 with enabled wireguard. In order to cross compile some code you might want to use a pre build toolchain. https://github.com/openrisc/or1k-gcc/releases/tag/or1k-7.2.0-20180317 I haven't tested...

jor1k network connection runs on the lowest level you can imagine. On Ethernet Frames. The frames are sent to a websocket host which then use a Linux TAP device. The...

So far no luck with gdb. It has still not been ported to run natively. What do you mean with pre build? The root filesystem or the emulator itself? For...