Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DialUpモデムをリッスンして呼び出しを取得し、ローカルホストで実行されているphpプログラムに送信する、ubuntuプラットフォーム用のプログラムを開発したいと考えています。
たとえば、誰かが私の電話回線に電話をかけると、私のリスナー プログラムは番号を与えて、次のクエリを実行します。
http://127.0.0.1:80/listen.php?caller=ThePhoneNumber
どうやってやるの?そのためのJavaのクラスはありますか?