ronny332

Results 27 comments of ronny332

> Wouldn't it make more sense to base off [ftpii](https://wiibrew.org/wiki/Ftpii)? Thanks for the link to this project. I will try to understand what's done at that repo. FTP itself is...

`insertSEI, contSPS,` are missing from the meta file.

My plan was to start with a FTP Server implementation as first addon for Swiss (if wanted for the main project, otherwise for myself as playground :blush:), but starting today,...

Thanks for the advice :+1: . I will start tomorrow with testing the different ways to update the system clock. For now I have to write an alternative for net_gethostbyname()....

Yeah, anyway, for me it's a kind of assignment. I haven't written C code from the basement upwards. Makes a lot of fun.

Ok, done. "getipforhost()" works. I had a bit problems with domains, which send a whole set of load balancing devices (google, facebook, ...). Further, the Gamecube network environment seems not...

> I recommend using `__SYS_SetRTC` and leaving the clock bias for timezone adjustment (usually only the bias is modified). `__SYS_SetRTC` is part of libogc2, right? `__SYS_GetRTC` on the other hand...

Ok, I ran into issues ... If have the unix timestamp transformed to a gc timestamp, set and read the values (`__SYS_GetRTC` and `__SYS_SetRTC`), both values are identical, even after...

Hi, yes, the clock values of Swiss and the normal Gamecube Calendar are staying at the date, they were set by hand before. As far as I can see there...