Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
11
Task/MAC-vendor-lookup/PascalABC.NET/mac-vendor-lookup.pas
Normal file
11
Task/MAC-vendor-lookup/PascalABC.NET/mac-vendor-lookup.pas
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
##
|
||||
uses System.Net;
|
||||
|
||||
ServicePointManager.SecurityProtocol := SecurityProtocolType(3072);
|
||||
var wc := new WebClient;
|
||||
|
||||
foreach var mac in |'FC-A1-3E', 'FC:FB:FB:01:FA:21', 'BC:5F:F4'| do
|
||||
begin
|
||||
println(mac, wc.DownloadString('https://api.macvendors.com/' + mac));
|
||||
Sleep(1500);
|
||||
end;
|
||||
Loading…
Add table
Add a link
Reference in a new issue