Downloads:
6,111
Downloads of v 5.8.6:
675
Last Update:
17 Apr 2023
Package Maintainer(s):
Software Author(s):
- Marco Mastroddi
Tags:
beebeep im chat messenger portable- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
beeBEEP (Portable)
- 1
- 2
- 3
5.8.6 | Updated: 17 Apr 2023
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
6,111
Downloads of v 5.8.6:
675
Maintainer(s):
Software Author(s):
- Marco Mastroddi
beeBEEP (Portable) 5.8.6
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Marco Mastroddi. The inclusion of Marco Mastroddi trademark(s), if any, upon this webpage is solely to identify Marco Mastroddi goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install beeBEEP (Portable), run the following command from the command line or from PowerShell:
To upgrade beeBEEP (Portable), run the following command from the command line or from PowerShell:
To uninstall beeBEEP (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download beebeep --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade beebeep -y --source="'INTERNAL REPO URL'" [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 beebeep -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install beebeep
win_chocolatey:
name: beebeep
version: '5.8.6'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'beebeep' do
action :install
source 'INTERNAL REPO URL'
version '5.8.6'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller beebeep
{
Name = "beebeep"
Version = "5.8.6"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'beebeep':
ensure => '5.8.6',
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.
This package was approved as a trusted package on 17 Apr 2023.
choco://beebeep
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
What is BeeBEEP?
BeeBEEP is an open source, peer to peer, lan messenger developed by Marco Mastroddi. You can talk and share files with all the people inside your local area network such of an office, home or internet cafe. You don't need a server, just download, unzip and start it. Simple, fast and secure.
Main Features:
- Free: BeeBEEP is free and always will be.
- Multiple OS: there are releases for Windows, MacOSX, Linux, OS/2 and eComStation.
- Easy to use: BeeBEEP is a serverless application. Download, unzip and start.
- Secure: encryption based on Rijndael Algorithm (AES).
- Instant Messaging: chat with all people connected, group or single user.
- Groups: create your favorite group of people.
- P2P: send or share your files and folders (also by drag and drop).
- Offline messages: messages will be delivered to offline users when they will be online.
- Message History: all messages can be saved.
Click here to Patreon-ize the package maintainer.
md5: BEF253E51B546847CC14C7E9734A541A | sha1: 545D8A1024D3081C59FD14D8401CF23198F79B4E | sha256: 3998B34E74AF403041E74FA685312D9F92CE8EEB574E63E443B57B6968C7F79C | sha512: C0791BAE923BF3D8CADE85A84B3FBDFF5930FC5F28A6A07CBBD1094F69EA2A9A06FD7D926DBB839C1D4FCC59897D0F7B08DB8E46E87D960AC8B74B72CCA2484F
$ErrorActionPreference = 'Stop'
$packageName = 'beebeep'
$ShortcutName = 'beeBEEP'
Remove-Item "$ENV:Public\Desktop\$ShortcutName.lnk" -Force -ErrorAction SilentlyContinue
Remove-Item "$ENV:ProgramData\Microsoft\Windows\Start Menu\Programs\$ShortcutName.lnk" -Force -ErrorAction SilentlyContinue
============================== BeeBeep ==============================
// BeeBEEP is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
// by the Free Software Foundation, either version 3 of the License,
// or (at your option) any later version.
//
// BeeBEEP is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with BeeBEEP. If not, see <http://www.gnu.org/licenses/>.
//
// Author: Marco Mastroddi <marco.mastroddi(AT)gmail.com>
============================== BeeBeep ==============================
============================== BeeBeep ==============================
bcurran3 downloads and packages the zip for BeeBeep from:
http://beebeep.sourceforge.net/download.php
============================== BeeBeep ==============================
Log in or click on link to see number of positives.
- msvcp140.dll (bbecdfda2551) - ## / 70
- qdds.dll (15e3f789239c) - ## / 70
- vcruntime140.dll (be38a38e2212) - ## / 70
- qnativewifibearer.dll (70e7157217ef) - ## / 69
- vccorlib140.dll (409b4ccaebcf) - ## / 70
- Qt5Core.dll (585bdbf3ff6a) - ## / 66
- Qt5Gui.dll (8bb85ba48236) - ## / 71
- Qt5Multimedia.dll (cd0cba2fc26b) - ## / 69
- Qt5Network.dll (4734fb51a162) - ## / 65
- Qt5PrintSupport.dll (7739137f71a0) - ## / 60
- Qt5Svg.dll (87a33d2d0488) - ## / 66
- Qt5Widgets.dll (e5595a26265e) - ## / 70
- Qt5WinExtras.dll (69339607a627) - ## / 66
- qtaudio_wasapi.dll (dfbacf67c720) - ## / 69
- qtaudio_windows.dll (0c4f294275e5) - ## / 68
- qgenericbearer.dll (4005267035b7) - ## / 68
- qsvgicon.dll (e1ad2f654f22) - ## / 71
- qgif.dll (dd5cb804234d) - ## / 68
- qicns.dll (8b8675e6a352) - ## / 66
- qico.dll (2240d973a254) - ## / 67
- qjpeg.dll (baef508a84bc) - ## / 69
- qsvg.dll (0e8ccddfa5e5) - ## / 68
- qtga.dll (02b66a0327cd) - ## / 70
- qtiff.dll (094ffa15c598) - ## / 68
- qwbmp.dll (738920a3562b) - ## / 71
- qwebp.dll (ddf2ce77491e) - ## / 66
- qdirect2d.dll (a93b313d312a) - ## / 66
- qminimal.dll (ae2b526e10c8) - ## / 68
- qoffscreen.dll (e575da965527) - ## / 71
- qwindows.dll (519a8eaacb5f) - ## / 65
- windowsprintersupport.dll (cd0dbb36b6db) - ## / 70
- dsengine.dll (baf836e0b3ff) - ## / 69
- qtmedia_audioengine.dll (de8097460759) - ## / 68
- wmfengine.dll (309c32fa6a0c) - ## / 69
- libeay32.dll (4b3352c65196) - ## / 68
- ssleay32.dll (769458c1ca2d) - ## / 67
- beebeep.5.8.6.nupkg (4ea3758b4566) - ## / 64
- beebeep-5.8.6-32bit-portable.zip (3998b34e74af) - ## / 63
- beebeep.exe (b971d5ae3639) - ## / 69
- numbertextmarker.dll (ec08c1a599c0) - ## / 68
- rainbowtextmarker.dll (226bf62bd750) - ## / 68
- regularboldtextmarker.dll (7022d703c979) - ## / 69
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 |
---|---|---|---|---|
beeBEEP (Portable) 5.8.6 | 675 | Monday, April 17, 2023 | Approved | |
beeBEEP (Portable) 5.8.4 | 699 | Tuesday, January 12, 2021 | Approved | |
beeBEEP (Portable) 5.8.2 | 733 | Wednesday, November 6, 2019 | Approved | |
beeBEEP (Portable) 5.6.8 | 242 | Friday, September 13, 2019 | Approved | |
beeBEEP (Portable) 5.6.4 | 242 | Friday, July 12, 2019 | Approved | |
beeBEEP (Portable) 5.6.2 | 280 | Thursday, June 13, 2019 | Approved | |
beeBEEP (Portable) 5.6.1 | 256 | Tuesday, May 21, 2019 | Approved | |
beeBEEP (Portable) 5.6.0 | 232 | Wednesday, April 24, 2019 | Approved | |
beeBEEP (Portable) 5.4.2 | 361 | Friday, August 24, 2018 | Approved | |
beeBEEP (Portable) 5.2.0 | 337 | Thursday, July 19, 2018 | Approved | |
beeBEEP (Portable) 5.0.2 | 279 | Saturday, July 7, 2018 | Approved | |
beeBEEP (Portable) 5.0.0 | 305 | Monday, July 2, 2018 | Approved | |
beeBEEP (Portable) 4.0.0 | 540 | Wednesday, June 7, 2017 | Approved | |
beeBEEP (Portable) 3.0.9 | 430 | Thursday, May 25, 2017 | Approved | |
beeBEEP (Portable) 3.0.7 | 500 | Sunday, October 2, 2016 | Approved |
© Marco Mastroddi
Ground Rules:
- This discussion is only about beeBEEP (Portable) and the beeBEEP (Portable) 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 beeBEEP (Portable), 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.