From a5a04ef3de6ad3f81d37a04fede23eb3b4b348b1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 18 Nov 2020 17:53:31 +0100 Subject: Added browser and many networking things --- apps/init.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index 234853f..3cb4527 100644 --- a/apps/init.c +++ b/apps/init.c @@ -15,13 +15,5 @@ int main(int argc, char **argv) int wm = exec("/bin/wm", "wm", argv[1], NULL); int exec = exec("/bin/exec", "test", NULL); - /* #define http_req "GET / HTTP/1.1\r\nHost: google.de\r\n\r\n" */ - /* struct socket *socket = net_open(S_TCP); */ - /* if (socket && net_connect(socket, ip(91, 89, 253, 227), 80)) */ - /* net_send(socket, strdup(http_req), strlen(http_req)); */ - /* else */ - /* print("Couldn't connect!\n"); */ - dns_request("google", "de"); - return wm + exec; } -- cgit v1.2.3