Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

4,236

Downloads of v 2.0.0:

180

Last Update:

24 Jan 2020

Package Maintainer(s):

Software Author(s):

  • Alexander Schmidt (codingfreaks)

Tags:

ping port dotnet codingfreaks

pping

This is not the latest version of pping available.

  • 1
  • 2
  • 3

2.0.0 | Updated: 24 Jan 2020

Downloads:

4,236

Downloads of v 2.0.0:

180

Maintainer(s):

Software Author(s):

  • Alexander Schmidt (codingfreaks)

pping 2.0.0

This is not the latest version of pping available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install pping, run the following command from the command line or from PowerShell:

>

To upgrade pping, run the following command from the command line or from PowerShell:

>

To uninstall pping, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade pping -y --source="'INTERNAL REPO URL'" --version="'2.0.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade pping -y --source="'INTERNAL REPO URL'" --version="'2.0.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install pping
  win_chocolatey:
    name: pping
    version: '2.0.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'pping' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller pping
{
    Name     = "pping"
    Version  = "2.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'pping':
  ensure   => '2.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator mwallner on 27 Jan 2020.

Description

pping is a .NET Core console application which allowes you to scan any machine via TCP or UDP for single or multiple open ports. Its syntax is built with the ping-tool in mind.


tools\cfUtils.Logic.Core.dll
md5: FD64BCDFD3D887DFEB1F9AD1B72FCA11 | sha1: 789F3BDCAE666F11951EF7F4ECD37107E15EFA05 | sha256: D2E66561523DF7D23664068DF77F2AC27691B3B5579E7270CC5378D3256EABC6 | sha512: 9512ACDEF742F293A69080C079454FF712A013B24EF854854338E4675BEB48CD9B2EB2EB9B7DB53669088748CEADC8A7FEB354DB606BA27B75568D62F895F787
tools\license.txt
Copyright (c) 2013-2020 Alexander Schmidt (codingfreaks)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
tools\McMaster.Extensions.CommandLineUtils.dll
md5: DBE8DE135236A56807F70503A8145056 | sha1: 0599D6E212B1AD25E526A374013F59787545EDF6 | sha256: 278A729724DEBFA12394F492C9565F80EB1040678D481989B33E6D30CEB6D068 | sha512: 340EEF0BF49326F6B6ED7A77D6F00C75794BB5C74FCA5A5706077B75B165F60D32DF80EEE84834D8726475A081F50E4B8169F990FAFAD7E9BA4B1856F3C97279
tools\Microsoft.Extensions.Configuration.Abstractions.dll
md5: C33DF4BE945B91367EF418A2C4C92076 | sha1: 0E7B0B39E7DAC11857EE73FEBCD05580F1C4D5FE | sha256: ACDD5138212945896612A4DBE21CE518D911457EFEB40062D7C2C8CAA9B1A591 | sha512: 5765CFCFB901BEE63921E41843BDD57A0AEF33FD46C7AFDE572AC45FC1F9BD8D0CD3FC77CD7ECBE2F4913CF86416DC9D48CEBF1839E6D2BE10BF443A6C4C387A
tools\Microsoft.Extensions.Configuration.Binder.dll
md5: E08BBAED1D46A5C04EEAECA995DADE6A | sha1: 7B7F44DBCA0A1D7A4853DDFB9A8C4C6FFA6C2281 | sha256: 829BA94CA857BFA854A7922AED494DCB45A8C060A0433A571433188365EC1C00 | sha512: CB103BF726EEBAFB5092A70071B353191F11F0C8BFE7871ABB9F0B8A1710A9974A3F7E5AB678F55B1C01B05B3FFE16EB575F40E90675D7838517DAF7C96E5C9F
tools\Microsoft.Extensions.Configuration.CommandLine.dll
md5: FA046B03C3652060CB4E6FFD7DDB0CE1 | sha1: 5354F93CB76F4D126C42213390B1CF7662CB5208 | sha256: 344EFAC6B684F8CB5918C3C71816C8FFBBDF454ED306344889C97B77AFA166FC | sha512: 6DCF78208FC551D9EBB6E29C7B32E215A6F0CE2CD570253751012F8CAFE1DC9D31349BBA4D4B88418CDA1DCD27FE6724BCA22FFF71BECA698DA7950770B84117
tools\Microsoft.Extensions.Configuration.dll
md5: 9DF98DFDF7BF9D3E54649ED0150A5868 | sha1: E7E93863888A42C748C8DBA7560FA8CE06360F3D | sha256: 89BEB6776277B3785CE7EED029BEECEC075C14AED8F61770BE3B821CA4F1BCA8 | sha512: 7BF5FF05BF815B7A41D987A5D3E4C3CE96AE912614E8F20B099CDF59944807F40DAB8FA0D64D7A3E474E376C0A763EB7124146224B52373A74F2F8A96EFB9033
tools\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
md5: 412CEFD06CC33654E76B7F127CB35988 | sha1: E051BFB9EDC4BA08E4ECF1E246B6FFC84E3FAD63 | sha256: 7DF38712F30F6FBCF7F722D62F613FE2443A8852B9738BA9F758AE70310AA6FB | sha512: 26433CCFC847BDAB00C4A4E582065C359696E206CBF1A197B305796199596F5129E7BA19569A2B1F19D5B5C7150FDF061019420C015656A21F72D85606950036
tools\Microsoft.Extensions.Configuration.FileExtensions.dll
md5: D6215BF9A10CA9CFAA1DD27B29E46B11 | sha1: 07293132FF21AD16F7B146DE45B3BD8C22CFF1C9 | sha256: A8AB397EF1F400D1267070EE6E674FBDB1D7DEBB0EFCD82B1EF27309F3B19603 | sha512: A2E4F5532EDC701DE5A78B6B88E73452178AED8C4A34F17987E43262F2498627FF2A56D11212692B098E3A317301FC7369E15B334997ADE235BC84F90C859F2B
tools\Microsoft.Extensions.Configuration.Json.dll
md5: 54D5C2FA006706157A71DFDFEB533A26 | sha1: EEDECB0901D307D08DDACD70142651B5C5B40B16 | sha256: 54A4B3CC1AC25BA2DFC45DEA21ACA40C8ACE2A4D5398ACCFFBDBF475852D8170 | sha512: 88D76ADDA2A78612F13AB9A04A44C4D05A1A734ECE607C25183F11C87285E8121D9344A8A7B9A34803BA50544DA450EA15DE9190813FE33CEA30E4BF7B25C7CE
tools\Microsoft.Extensions.Configuration.UserSecrets.dll
md5: 5B5CE5B2152DA843913C60761992139E | sha1: B9B7AA307D065DDA57D3D49596266F4E46CEE52A | sha256: 125D24A1B39F66121645DA91A3ACC644132AAA5BF088B014FB62171A72462D02 | sha512: FFD83D340B5F5D71FCF684415B54383DD03E75C5D712E1312429CC1AAF72B15870D93B3DDD6A1A7F24E860AD58934BE4055802A0E547D8C68D82208B1EBA5927
tools\Microsoft.Extensions.DependencyInjection.Abstractions.dll
md5: 7A85E3D542F0BEB784AE530934E46B32 | sha1: C3437C618D19FAB03EF8BE27715489C1B2169342 | sha256: B12DB9299B54C424A99A8DDF049D6C77E13C0D8F5A654C6D7CD49F5C43F89633 | sha512: 6FCDA67D7AEB705CA7F88FAD8EE571FD6DACA73AE85C15D9314122B9CE8D5B054F0DE28B2E1D66230455262EFA98CC542EC22F4B450CE27B50E929690A46393D
tools\Microsoft.Extensions.DependencyInjection.dll
md5: 74836783C4EE6085FA2D472ECF7A499C | sha1: E9CF8641F55E4C2DAE293265B8B7355DFAE2382F | sha256: 8A5B6AAAC6614A4A8030594F3942F08D02815F0A0C9DA4567FD091C26CB71CB5 | sha512: 8F76E8EB452598EB45811EAA0BE83A02F5014B8D84C2182931A3603793C5CB2F3279A677BC9D9D14634EDFF844B6F0626F782F144C10431E1E7CF7D8F93B4507
tools\Microsoft.Extensions.FileProviders.Abstractions.dll
md5: CDD5D0053ED48C10859008F07C104EF8 | sha1: 4E5EDD1E64C65D7BA86E0DE053731183B1265AA7 | sha256: 7BA91740956B40C1B7B60815DE7D5A74EDF30157752D91D9875853B3D8A613D7 | sha512: D73AEA67E400678E5CCA2375104FE95B976E66E80A2DBE005B908BA0FA6A037EB391CD792E791408B6A3C3F8637DA877CB2218F938D3BDD0BFC54E9B3D385C65
tools\Microsoft.Extensions.FileProviders.Physical.dll
md5: 4D35003188182EFE70FABDF20D453068 | sha1: 8A4E01CDFE9D3EFD83A662ED89D0E2B00A568B71 | sha256: 1F1C63627F313D3F8560DD765A20DF274A848919C6C0E25D15E9A93463EDD75E | sha512: 89E183BB7D428F542156C01633DA81BFD78DBAAD778440B8FD623CE6C5FF5872C2898F4191873ECA5C68297155A23D415E64DF12E319AC439B272A892AC59C24
tools\Microsoft.Extensions.FileSystemGlobbing.dll
md5: 3603458D15A86B7B568645292BF97B3B | sha1: CC116A71B347BEE26E72BC3947C61A9249833602 | sha256: 985A88DA3C4481563B6B0FFA8C6E8E30AA19B72DEB2E6821DCD43763F093B2CE | sha512: DD90DE133721632B8B45FB37BEC9E9F4FCAA59401C2C35C3AE81DC7D132E85FC1BF38EBA00E608620E9FFC40E23C9D2EF795297EBF315D7470182F90A29EB001
tools\Microsoft.Extensions.Hosting.Abstractions.dll
md5: 67AF77858EC3782521C362015F6D1400 | sha1: 9CDB6B6D89B60323C0D42E3CC608D83D6FDD5A0F | sha256: 252240D8589A4C52691A3F583DD52A0CF0EA3C015E19B684ED20B8EAC1C66418 | sha512: D8C2EF05428DCA910D14240A3A23DC564B03C40B0A767B326BE8D6EC2FDE2A3544FBED489FA3FEDF90FEE2F0125C9AF59354071C839D7F0B8CD3F92E45B00846
tools\Microsoft.Extensions.Hosting.dll
md5: 0128A3FA7EE6A281457A69B50B2577A1 | sha1: 49CE62AD3B0A192821BC4C1B1AA829BE880F1C52 | sha256: F8B01DD112D832682FB4FB30C9ED80F79137FC4DCA1500175D51A774A15021F2 | sha512: B81BBB7B4242AD793FC5B42404AF5365D6630BE2E584D8F4F59F15DE064AF222B5DC94254A319B80A54E9044E99E2517019C7FB24F25064FFCC3E3EF66120444
tools\Microsoft.Extensions.Logging.Abstractions.dll
md5: 54A4CC6F56E8A72C0597FE353C43268D | sha1: 16DD53E54408D82CA089B3BC38B3C210A25078F7 | sha256: 04C07F84D516A134D6CFC3787E725427629126B1C250E1B013552177EF6CC4ED | sha512: C7BD540FE353F5AEBB098E9B1D0C4F92036D29B06E43B64D10DCB508BA69C8A98578B2A1DD00CFC917BE78E727C723A80A08E45F5F532A62BF6F2631B5C946F4
tools\Microsoft.Extensions.Logging.Configuration.dll
md5: FB46FACD7819DE9F74ED90A30DB8081C | sha1: FFD01EB8C897C7AD90BF2A243B895F2B9C41738E | sha256: 8C3B6BE60AF01A173C3A0BE337569367C1D57DAEDD84AAD761FE6CB5C9900B2D | sha512: BF4F980051824AF88E57E566339E4A845DD4D4EE79BA80FF0D9955342030A74B3F5FAE1AA7D99676521D03147C626DACF29DE6010473D324113894C92FA701BD
tools\Microsoft.Extensions.Logging.Console.dll
md5: CE3C6E8922EBA5D9C0FADFCE73F21049 | sha1: C39FFA807513C785D72EE4F4B6A0398748BD705C | sha256: F7AD398B6E5BE5EDECBACBAA911500445A26C5793A1C22B385F67323C0C483C0 | sha512: AE74EFA18CE258DCF330DFA854FC47AFFF2E8CE269C37E8288F092AE8FDC6C0DD5ECA3B10EA4197F6B240A5761EE27D788E8D8B22166ADC5A4C494B25AEE9441
tools\Microsoft.Extensions.Logging.Debug.dll
md5: 1016142D43BE8D64C5BCF8DE5DF96852 | sha1: 5B9137A7D35775141C68B5FFA397793AE36D2041 | sha256: E9296FDF7DED110DD7DB971C74473100AD587959F2E40BF8DB26637C8706D7C0 | sha512: B362A2A2A52C1D72D8453AC33B37450BAF78D0F1DDC0EA2E8EEF7B0E52BEA4C9013F654B7679BF82E15B43742C792F627CB90FC06E7F4C8B1E304FA4E1143E0B
tools\Microsoft.Extensions.Logging.dll
md5: 0B9BC78D988243D6BD874124D4CD33C3 | sha1: 583B057A705B926709CC63119E62A6C587062AAD | sha256: C28BBB58B76486D7C4BB416C3CE63CB8EC58030C4203DC496E9C6DC2804CB95C | sha512: DC1F87826D8209DE6AEEC9A30DB500D7ACEC534CF051AF0C7C5822AEB972C9EFD21229A4AE6F32D41B13B6D2380732D9035628344FB5AE1E650628800933D573
tools\Microsoft.Extensions.Logging.EventLog.dll
md5: 273B75F43019593F30DE23C3D655676F | sha1: 2B039E23787B8276DB5784C2E0D9A72FC1C8DDD8 | sha256: F9117CC178324088C703DBBC522FACB56812807F08D7D3DA9807ABE2CF887160 | sha512: 369768EE87539634B2BA28D3D15BA4C7B4C355797E4E9AF932D759F6E45EC272883944F006E31058E1C0985C42D7517EF80CEA4D0CC9BAD0510A4DD328028EAE
tools\Microsoft.Extensions.Logging.EventSource.dll
md5: 2EAAAE829A1F01681FC2808D0B05BCE2 | sha1: F19256BAD9ADB9B9D9A9DFEE09447DD0294CBF7B | sha256: 912A6688E48F6A46688FB4966CCD2495994F7E2DC332A84A34B9FC8544CCF25E | sha512: D3B0117533E63A00B74E8837015C3EA915498C2DC5CCAAA2835FBE0DD9A5EB4D44AF7864404E16D6DDB5C6E2546DE5570A999BFAB361CC8AF1A005FE85DCF600
tools\Microsoft.Extensions.Options.ConfigurationExtensions.dll
md5: 6720A38701E6461652B4B53581D2F90A | sha1: DAC1836035AEECA76CDD5AA67293DD7109107631 | sha256: C734F81583217C04A3774641B8DC3425B1106929762274BB1AF24265F212A011 | sha512: 0165605F8BBEF7CD3C271B72B0271FB88F8E104B6B4AB4ABCA10A11E441A196D71C90650EE90CB0890203D574F1188A50DC59C9DC4B052EF8C108E22B05B9816
tools\Microsoft.Extensions.Options.dll
md5: 503389357C5FD71E05DEF5CC40116E13 | sha1: 7E88384C11BFD7D2F3D043ED11A339C18ED86C7E | sha256: 9CC498D811082C4C58487C171BA6E9FF2078B27B159E1D3A7200F166C46F1598 | sha512: 64975EE7AB640A5499C9C269FBFB363DBE41BD98604D8A088BFD4064220EDC75B2DFC2FA86889880B3D00229D8066301746383ED2D3FED154DB51AA6258C8B9C
tools\Microsoft.Extensions.Primitives.dll
md5: 6A449A62C08814F7711978B3FD46E51C | sha1: 05E7CFBDA32D2B43D94C79847A17ACBE1BC45ED0 | sha256: 5B6BD49B64088690DD79C25ED4E316A9902D8354509D6E1A1F19E1B4E8D6B2B2 | sha512: 5A7EC4DC15C62BCA315513427FC731F3D2384B3EE8269A2C321C88DD21B547924AA80B55EC5C2A62C8E2781950F35E410E996471C2A619D445CD3577FB1C7769
tools\pping.dll
md5: 17FC9D58D2309DECA52BF047E773B80C | sha1: 36A0CC4CAD096C248080A9346D58FB41B595A8D6 | sha256: 5DFE2DDABF12792BE5549CD8C0D9E4931032BFAC514DBED9FF4BF2E969F9F1E0 | sha512: B480BABF2B6C3BB18327D0B58A556D392911057308FF4281408851F69ACDC273D9D8A9CC535A8D050071F311018E2174992B54ECC45D1662CEB87064D1C36A6B
tools\pping.exe
md5: 8C59064C41D998070D6E3A3A6EAAB4AE | sha1: C702B22B90DC631485DF5AB35E49F3145EFF9F75 | sha256: 403F3A7B60BCD74B024D7281E8AA2BB8F57CC1D3E64664AC9D751512B08D56D3 | sha512: 6AB82BE5BEB72BEF84482795EF804D72AF78E1540332F963B6F65982AB9D674EF3E38D2F5B1CFB24789A74BDC31BC8A54A4C252BDCCC813F5F64DEAEB63D5C44
tools\System.Diagnostics.EventLog.dll
md5: 535E97C65252716696B0601E5E24A286 | sha1: 9206B7EB9E6A6D1CDF256D7DED29021C08838A64 | sha256: 10997F3BD7B4B4AFBEB1A4E5FB118977DE11A6696F968C0DF22071B2052F512A | sha512: 1D38497E30B98E997B2D361E7EA9D29D418702366FB9B328F44EFF7084ED97687678C7A0EC429EE24AD0E319CBC8455A5545623BFAA36440D0D05DE9DE730580
tools\verification.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package delivers 2 binary files:

- pping.exe (SHA256: 403F3A7B60BCD74B024D7281E8AA2BB8F57CC1D3E64664AC9D751512B08D56D3)
- pping.dll (SHA256: 5DFE2DDABF12792BE5549CD8C0D9E4931032BFAC514DBED9FF4BF2E969F9F1E0)

The hashes where optained using PowerShell CmdLet `Get-FileHash`.

This package uses the following dependencies:

- Microsoft .NET Core 3.1 Framework -> MIT License (https://github.com/dotnet/core/blob/master/LICENSE.TXT)
- NuGet packages (all of whom are free to use in our software):
    - codingfreaks.libs.Utilities -> Apache License 2 (https://github.com/codingfreak/cfUtils/blob/master/LICENSE)
    - Microsoft.Extensions.* -> Apache License 2 (https://github.com/dotnet/extensions/blob/master/LICENSE.txt) 
    - McMaster.Extensions.CommandLineUtils -> Apache License 2 (https://github.com/natemcmaster/CommandLineUtils/blob/master/LICENSE.txt)

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
pping 2.1.0 777 Monday, November 30, 2020 Approved
pping 2.0.9 154 Thursday, October 8, 2020 Approved
pping 2.0.7 162 Friday, September 18, 2020 Approved
pping 2.0.6 123 Tuesday, September 15, 2020 Approved
pping 2.0.5 145 Sunday, September 6, 2020 Approved
pping 2.0.4 204 Thursday, May 28, 2020 Approved
pping 2.0.3 202 Monday, March 30, 2020 Approved
pping 2.0.2 162 Wednesday, January 29, 2020 Approved
pping 2.0.1 170 Tuesday, January 28, 2020 Approved
pping 2.0.0 180 Friday, January 24, 2020 Approved

This is the first .NET Core version of pping and the first release on choco too.


Discussion for the pping Package

Ground Rules:

  • This discussion is only about pping and the pping package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or pping, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus