Commit Graph

306 Commits

Author SHA1 Message Date
fanasina 2a38bbc10c y_socket: debug parse comd in handle input 2025-11-05 15:22:15 +01:00
fanasina 1a696234cd y_socket: arg_var and extern_handler to accept bash_arg 2025-11-05 00:39:32 +01:00
fanasina d25ac88e15 y_net_neur_net: create some managers files 2025-10-28 19:27:02 +01:00
fanasina 1eb30ff794 Makefile: change to absolute path, and debug create lib.so if need 2025-10-28 19:13:28 +01:00
fanasina 1b78925f26 add y_network_neuronal_network, lib Makefile 2025-10-26 22:19:54 +01:00
fanasina 4b874a9a6a y_file_handler: change fileNameDateScore to avoid confict name func 2025-10-26 22:18:56 +01:00
fanasina 7dbcb2505f y_socket: add extern_socket_handler to handle other cmd extern socket 2025-10-23 14:27:15 +02:00
fanasina 151daf548d y_socket: add help and kill cmd, update usage_cmdl 2025-10-23 11:02:35 +02:00
fanasina f60538cd69 debug deepQlean and nneuron_t_file with -Werror 2025-10-21 09:49:02 +02:00
fanasina 2fcb70e9b7 deepQlearn: change Makefile test, and add Makefile to create libdeepqlearn.so 2025-10-21 09:07:08 +02:00
fanasina 244ac9cd1d deepQlearning: add libdeepqlearn.so, debug some issue with -Werror -fpic 2025-10-21 08:34:25 +02:00
fanasina bc7d98094f y_file_handler: change default dest dir, and try always mkdir even if for default dir 2025-10-20 21:20:03 +02:00
fanasina a16efe0f52 y_socket: add arg_var_ struct to call cmd outside y_socket: func : set_cmd_to_socket 2025-10-20 20:09:14 +02:00
fanasina de4d64e83d y_socket: update usage_cmdl add pipe and some examples 2025-10-20 11:32:55 +02:00
fanasina 6133cf37de y_file_handler: add mkdir dst_dir, previous commit contain debug eof in receve from node 2025-10-20 09:54:59 +02:00
fanasina a776a8cc0f y_socket: trying to add dst_dir to specify destination directory when getting file 2025-10-20 09:48:02 +02:00
fanasina 7c13efe055 y_socket: cleanup some debug print 2025-10-19 23:42:35 +02:00
fanasina 7b0181e2f0 y_node: try to debug node.loc_addr initialization 2025-10-19 22:33:06 +02:00
fanasina a487818d8a y_socket: add pipe cmd, to chaine cmd in command line 2025-10-19 20:41:52 +02:00
fanasina e4966ac090 y_json: handle error string format 2025-10-19 00:05:57 +02:00
fanasina 2fa7715901 y_socket: remove header_ok when it is done 2025-10-18 23:31:17 +02:00
fanasina fb110e77a5 y_socket: add cleanup in usage cmdl 2025-10-18 22:51:52 +02:00
fanasina 492edebdee y_socket: add update cleanup 2025-10-18 21:36:39 +02:00
fanasina 8d1f89f6b6 y_node: change add node, handle ::1 with set node 2025-10-18 21:32:18 +02:00
fanasina 928932b1ff y_node: debug local_address attribute, handle ::1 manualy 2025-10-18 20:15:39 +02:00
fanasina 1a723bf83f y_socket: init node local addr attribute in update_node func 2025-10-18 16:29:26 +02:00
fanasina c186db9f8d y_socket: debug cmp header nameid with mask 2025-10-18 16:02:45 +02:00
fanasina 009c4c2765 y_socket: try add manualy ::1 to local address 2025-10-18 15:42:47 +02:00
fanasina 1f4dd9cc4c y_socket: add other address: all excluding local address 2025-10-18 13:59:26 +02:00
fanasina 807269035d y_socket: record file in an other dir 2025-10-18 13:44:11 +02:00
fanasina 760a3bb7c7 y_socket: remove some debug printf 2025-10-18 10:55:24 +02:00
fanasina 14552f5248 y_worker,y_task: remove some debug printf 2025-10-18 10:26:23 +02:00
fanasina 6c643f0792 y_socket: add usage_cmd 2025-10-18 10:13:41 +02:00
fanasina 61f977c32a y_socket: debug free m_str if not use 2025-10-18 09:03:59 +02:00
fanasina 360a6c20df y_node: add ifaddr to check local address node 2025-10-18 08:50:06 +02:00
fanasina 14f5a53fff y_file_handler: debug func cmp hearder with mask 2025-10-18 08:48:00 +02:00
fanasina fe3a0cf11e yjson: debug error format object, add check NULL before free 2025-10-18 00:30:56 +02:00
fanasina c0e610641f y_socket: remove usage m_variables 2025-10-17 00:20:38 +02:00
fanasina 78647b47ce y_socket: debug nameid change 2025-10-16 23:25:00 +02:00
fanasina 940c1c9541 y_socket: handle file, change nameid: keep only src addr 2025-10-16 23:14:49 +02:00
fanasina 61a67f96d3 y_socket: allow sending sock even if workers will stop 2025-10-16 22:39:28 +02:00
fanasina 1debd9dc95 y_socket: debug addrlen need to be set correctly, here sizeof sockaddr_storage for all! 2025-10-16 22:26:49 +02:00
fanasina d1964d7ab7 y_socket: debug addr_len's node 2025-10-15 23:11:57 +02:00
fanasina 1ca0eeaf69 y_socket: refactor and try to debug kill all 2025-10-15 22:56:16 +02:00
fanasina 4c1fc03d0c list: ad search from end list 2025-10-11 23:12:12 +02:00
fanasina 6527394785 y_socket: debug recvfrom buf ending, prepare handling varoable 2025-10-11 21:13:45 +02:00
fanasina 6aa1e9b245 y_socket: cleanup 2025-10-11 10:18:19 +02:00
fanasina 18a96c3cda y_socket: add node to nodes func 2025-10-11 09:39:11 +02:00
fanasina 4b2ffe6cf6 y_socket: debug no mut go_on workers before handling buf 2025-10-11 08:21:53 +02:00
fanasina b3c5fd38dc y_socket: debug go_on workers before handling buf 2025-10-11 08:20:07 +02:00