AidanHiggs / CIS-18_NetworkScan

2023 fall semester CIS-18 project
MIT License
0 stars 2 forks source link

Figure out a way to create a cross platform ping method in java #15

Open AidanHiggs opened 1 year ago

AidanHiggs commented 1 year ago

Description of work

As java does not support ICMP, developing a cross platform PING method in java is proving difficult, I have a method working that calls either linux or windows native ping functions in java, however being a mobile app, and given that the app needs to work n both ios and android , this is not going to work. If we are going to develop this app in java, we will need to solve this problem before moving forward as being able to ping hosts is essential to any networking utility.

Acceptance Criteria

No response