IPv4 Subnet calculator integration

Hi,
Can anyone please help me how to integrate ipv4 subnet calculator application in uipath.

Thanks in Advance
Monika

Hi @Gattu_Monika is it a desktop application?

Hi @NIVED_NAMBIAR Thanks for your reply…
It is not a desktop application… It is web based
the url is :http://www.subnet-calculator.com/
here we need to give IP Address and subnet mask as Input and calculate its range.

Thanks
Monika

You can easily use it via UIAutomation in two step (input ip&mask and read result).

But you should avoid using unnecessary UIAutomation actions as you can easily calculate the subnet. You will find many tutorials by googling: “Calculate Subnet Mask”.

Hi @Gattu_Monika

There is a API call for this

Check below link

Hope it helps you

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

1 Like

Thanks @NIVED_NAMBIAR
I will see if it works for my process.

1 Like

Thanks @alexandru
I will try it.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.