前回までsocket通信で色々遊んできましたが、見て見ぬふりをしてきたんです…例外を(-_-;。でもsocket通信を使うなら例外は絶対に対処しなければなりません。 そこで今回はsocket通信のプロセスをつぶさにステップしながら見て行きつつ、あれこれ色々無茶を ...
Raspberry Piは色々な楽しみ方が出来る素敵なミニPCです。趣味だけでなく産業的にも3Dプリンタやロボットなど様々な物に搭載されています。ネットワーク接続も可能で、有線LANでもOKですしWiFiも搭載されています(※ラズパイの機種によります)。 とすると ...
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
This repository provides a C++ ostream class (client) and a Python script (server) for writing a file on a remote system via an IP socket connection. I tested the class FileViaSocket (and made sure it ...