moros/src/usr
Vincent Ollivier 530658221d
Add socket command (#341)
* Add socket command

* Add test.html page

* Refactory sending code

* Update documentation

* Fix newlines

* Add interval option

* Replace newlines

* Exit on end of transmission

* Add listen mode

* Fix arguments parsing

* Remove debug output
2022-05-21 10:46:16 +02:00
..
base64.rs Fix clippy warnings (#214) 2021-07-25 12:41:44 +02:00
beep.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
calc.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
chess.rs Improve documentation (#294) 2021-12-29 22:56:08 +01:00
clear.rs Refactor editor (#221) 2021-07-29 22:28:57 +02:00
colors.rs Fix clippy warnings (#214) 2021-07-25 12:41:44 +02:00
copy.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
date.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
delete.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
dhcp.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
disk.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
editor.rs Handle backtab key for backward autocompletion (#321) 2022-04-09 09:24:05 +02:00
elf.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
env.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
find.rs Fix device reading (#329) 2022-04-15 13:00:33 +02:00
geotime.rs Add shell redirections (#262) 2021-11-05 09:06:40 +01:00
halt.rs Add a reboot command (#328) 2022-04-12 09:55:53 +02:00
help.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
hex.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
host.rs Refactor code (#330) 2022-04-19 22:42:15 +02:00
http.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
httpd.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
install.rs Fix various issues while reading files (#307) 2022-01-25 21:42:21 +01:00
keyboard.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
lisp.rs Refactor code (#330) 2022-04-19 22:42:15 +02:00
list.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
memory.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
mod.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
move.rs Move kernel code to api (#204) 2021-07-16 10:19:18 +02:00
net.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
pci.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
pow.rs Fix various issues while reading files (#307) 2022-01-25 21:42:21 +01:00
print.rs Refactor print macros (#208) 2021-07-17 20:58:04 +02:00
read.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
reboot.rs Add a reboot command (#328) 2022-04-12 09:55:53 +02:00
shell.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
sleep.rs Move kernel code to api (#204) 2021-07-16 10:19:18 +02:00
socket.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
tcp.rs Add socket command (#341) 2022-05-21 10:46:16 +02:00
uptime.rs Fix clippy warnings (#214) 2021-07-25 12:41:44 +02:00
user.rs Add CSI sequence for enabling or disabling echo to userspace (#333) 2022-04-26 13:30:53 +02:00
vga.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00
write.rs Refactor network commands (#322) 2022-04-10 09:27:12 +02:00