Search found 1302 matches

by hidnplayr
Thu Nov 08, 2018 9:48 pm
Forum: Miscellaneous
Topic: KoOs Autoupdate
Replies: 2
Views: 5479

Re: KoOs Autoupdate

What exactly do you want to update?
Eg where is your kolibri.img stored?

You can download latest one using webview...
Unpacking of 7z file works in KFAR
by hidnplayr
Sun Nov 04, 2018 6:56 pm
Forum: English
Topic: When will there be a Chinese version?
Replies: 7
Views: 10582

Re: how to translate it into chinese

I like this operating system, it's pretty good and fast. But my father is not good at English. Is there any remedy? :twisted: :twisted: Currently there is no Chinese font available for KolibriOS. This project will possibly require some programming in assembly and knowledge of the Chinese language.
by hidnplayr
Mon Jun 25, 2018 12:37 pm
Forum: Network
Topic: TLS (клиент)
Replies: 20
Views: 15660

Re: TLS (клиент)

okay, looks like I will have to do some testing myself to see what is going on. :)
Thank you for your contributions and good luck with any future projects!
by hidnplayr
Sun Jun 24, 2018 2:43 pm
Forum: Network
Topic: TLS (клиент)
Replies: 20
Views: 15660

Re: TLS (клиент)

akron1: what do you mean port 443 is blocking and 80 is not?
You choose when writing the application wether you want to use blocking or non blocking socket...

Can you explain more in detail what is the problem?
by hidnplayr
Sat Apr 21, 2018 5:44 pm
Forum: Network
Topic: The new network stack
Replies: 65
Views: 68607

Re: The new network stack

0CodErr: You are correct, I did not read my own documentation. See previous post.
by hidnplayr
Sat Apr 21, 2018 4:05 pm
Forum: Network
Topic: The new network stack
Replies: 65
Views: 68607

Re: The new network stack

====================================================================== ========== Function 74, Subfunction 8, Get TX byte counter. ========== ====================================================================== Parameters: * eax = 74 - function number * bl = 8 - subfunction number * bh = device n...
by hidnplayr
Sat Apr 21, 2018 3:17 pm
Forum: Network
Topic: Atheros AR8161/8165
Replies: 16
Views: 25847

Re: Atheros AR8161/8165

The Ethernet driver for Atheros AR816X/AR817X is under construction.
by hidnplayr
Thu Nov 02, 2017 11:26 pm
Forum: Network
Topic: Клиент-сервер
Replies: 2
Views: 5700

Re: Клиент-сервер

Socket in kolibriOS work very similar as in POSIX and even windows.
I like this guide for example: https://beej.us/guide/bgnet/

As for examples in FASM for KolibriOS, take a look at tcpserv.asm and maybe telnet.asm
by hidnplayr
Wed Nov 01, 2017 12:11 pm
Forum: Network
Topic: TLS (клиент)
Replies: 20
Views: 15660

Re: TLS (клиент)

Very nice work, I will try to connect it to HTTP library in the future and see how usable it can be.
by hidnplayr
Wed Nov 01, 2017 12:09 pm
Forum: Multimedia
Topic: Kolibri Image Viewer
Replies: 114
Views: 100002

Re: Kolibri Image Viewer

Very nice, I'd like to see the image size in % printed somewhere.
Manual zoom in/out with ctrl+ and ctrl- would also be nice.
I like irfanview, so i'm used to ctrl+h for 100 %, but ctrl+0 is used in many browsers.
by hidnplayr
Fri Oct 13, 2017 8:15 pm
Forum: Network
Topic: Realtek RTL8101E
Replies: 10
Views: 9981

Re: Problem with RTL8169

Leency: I'm talking about RTL8101E chip in specific.
by hidnplayr
Thu Oct 12, 2017 11:20 pm
Forum: Network
Topic: Realtek RTL8101E
Replies: 10
Views: 9981

Re: Problem with RTL8169

Just for the record, I just found an old laptop with RTL8101E and it works fine on latest build :)
by hidnplayr
Fri Sep 29, 2017 11:24 pm
Forum: Network
Topic: TLS (клиент)
Replies: 20
Views: 15660

Re: TLS (клиент)

Cool, keep up the good work!