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:

2,207

Downloads of v 0.0.1.18-beta:

356

Last Update:

05 Jun 2016

Package Maintainer(s):

Software Author(s):

  • Sergey Ivasenko

Tags:

actors framework kino rendezvous

kino.Rendezvous

This is a prerelease version of kino.Rendezvous.

  • 1
  • 2
  • 3

0.0.1.18-beta | Updated: 05 Jun 2016

Downloads:

2,207

Downloads of v 0.0.1.18-beta:

356

Maintainer(s):

Software Author(s):

  • Sergey Ivasenko

kino.Rendezvous 0.0.1.18-beta

This is a prerelease version of kino.Rendezvous.

  • 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 kino.Rendezvous, run the following command from the command line or from PowerShell:

>

To upgrade kino.Rendezvous, run the following command from the command line or from PowerShell:

>

To uninstall kino.Rendezvous, 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 kino.rendezvous -y --source="'INTERNAL REPO URL'" --version="'0.0.1.18-beta'" --prerelease [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 kino.rendezvous -y --source="'INTERNAL REPO URL'" --version="'0.0.1.18-beta'" --prerelease
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install kino.rendezvous
  win_chocolatey:
    name: kino.rendezvous
    version: '0.0.1.18-beta'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

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


chocolatey_package 'kino.rendezvous' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.0.1.18-beta'
  options  '--prerelease'
end

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


cChocoPackageInstaller kino.rendezvous
{
    Name        = "kino.rendezvous"
    Version     = "0.0.1.18-beta"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

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


package { 'kino.rendezvous':
  ensure          => '0.0.1.18-beta',
  install_options => ['--prerelease'],
  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.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Rendezvous service for kino networks


AsyncIO.dll
md5: 306EBF346EC79F799AEC00F4EE216648 | sha1: 3FE4362FB353063F36AA58E16725661BBC11B12B | sha256: 8EE0CE21BF8BE8E94116D0D7B862CBA21977EB1EB37FEA538AFBB1564964945A | sha512: 362738554404A49048BD72FFCE5302AC10F3247F913098E15BDC07E9EDD2F1AC43E18F708651DFAAB27A4C391880DE97B6EB5B475E64D8EBF4FD031F99962EB5
Autofac.dll
md5: 69518420A7136B3E7F334A02C9EE5D28 | sha1: 9DDD5232800A03BF45B4D0B65D44F8B9235DCC9B | sha256: BC7AEE31320D3AD569FD26548F4EA748D2D60D995C91B9824CB1ED31C5141E8F | sha512: 746897B84433CB7EF0CCB2B7A8A43DFF43D23B8D0E3D3EF611DB662B486FB223AB27933267A3CB159465C122981EEAD445D3384336E2FF59B864B7A3AF95EDAB
Autofac.kino.dll
md5: 61EEEFF3756F210488BA73481C793570 | sha1: 006385BD2A5F1EFC0CFBE953768F4D3CC4457274 | sha256: 13B1A10DCBFE266C679A2271F149AE6079867C94E52E5E3B2E11B00762876064 | sha512: 837065C9063394D754E8A0784B65295D632B3F662FDF7896486351EE61BC027E8DDADADDBE27A6C0D93564E226D9DBE7B439DF7B4FB430D1AB7BDD78C55B3A3C
C5.dll
md5: 14D41EDE5DE0BEDD59066B673BEAC0E9 | sha1: 26570AFDF5E0F59592B5E0F4EBFEFBC1633B6302 | sha256: 4FF6ABC9A31866C6F79250AD52F82163E3BF84BAC3088FA7775E409E6A98C8AC | sha512: F7BA0012AFD0F0873A8BA493995056D3B02121FF5F1E389ECD7CAA5E5A8A2EF91D96E92B02F2AC66EF42BD59EB6309266E34F6558AEEBEF50A7E7E6024B35464
config\Application.config.json
{
    "dev": {
        "rendezvous": {
            "broadcastUri": "tcp://127.0.0.8:8001",
            "unicastUri": "tcp://127.0.0.8:8011",
            "pingInterval": "00:00:05"
        },
        "synod": {
            "localNode": "tcp://127.0.0.71:7000",
            "members": [
                "tcp://127.0.0.71:7000",
                "tcp://127.0.0.72:7000",
                "tcp://127.0.0.73:7000"
            ]

        },
        "lease": {
            "maxLeaseTimeSpan": "00:00:03",
            "clockDrift": "00:00:00.100",
            "messageRoundtrip": "00:00:00.400",
            "nodeResponseTimeout": "00:00:00.200"
        }
    }
}
config\NLog.config
<?xml version="1.0" encoding="utf-8"?>

<!--layout="${longdate} [${level:uppercase=true}] ${message}"-->
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <targets async="true">
        <target xsi:type="File"
                name="file"
                fileName="${basedir}/logs/${shortdate}.log"
                layout="${message}" />
        <target xsi:type="EventLog"
                name="eventLog"
                layout="${longdate} [${level:uppercase=true}] ${message}"
                source="kino" />
        <target xsi:type="ColoredConsole"
                name="console"
                layout="${longdate} [${level:uppercase=true}] ${message}"
                useDefaultRowHighlightingRules="true">
        </target>
    </targets>

    <rules>
        <logger name="default" minlevel="Trace" writeTo="console, eventLog" />
    </rules>
</nlog>
kino.Actors.dll
md5: 302F5E3DE23662CE23E2F123387B12A1 | sha1: F1D28962B76D0D6B0BC23AD29EA1C0044AE1794D | sha256: 55A1A289A93CFD3625DFB5FD97A12F0D73EC41603347070ADCFC45B4962D7330 | sha512: 854756B0194176909FBCD89817224283DF7C0B1ADCDF104860CDDCF5D1747C94F7FEA8E121844FD381CB2337E7A51196D22C046F6C2F4C5398DB8376D8DC7C05
kino.Client.dll
md5: 80F024A752EDC7BBC61730A0320526ED | sha1: E73B5B12876D28B77BBDAC79C2EF917E19382141 | sha256: 5FD03D461E9042526E359893207485BEB19DF83EF5F2DA9A9F26C1CA612BC0F5 | sha512: CB2BFCAC289DF472CCD704EF747BE871EDE48B2052BF60C06E42A820C8C816D6EEC9E7D4DBC7EF2B0A73CA03BAF01DC745DBC404987D2668A82A4AA1C288EF02
kino.Consensus.dll
md5: 6F696213A8FE32141BE644223D20609C | sha1: 7E7584315A99D16805C660A40592FA5A891CF78D | sha256: 70DC7D4CBB23F8097258D3E78E44753BDD35D6D77377ADC3F1921E2C0F48B939 | sha512: 9F3F3E07C6113A82BE969396AB35BF6FD95AAD31BF973D1D2A3516B3287BBBB9ACB7E24D9A3574B8704519D825A58A3BCBC4A1A76D8E119A16DF17BBF9EEA06C
kino.Core.dll
md5: 12D0D2D5C323D60740ABA23BAC313D7E | sha1: 17636A915278CDFDB90F4252558EFCE4A0FAE199 | sha256: FAE34D4DC62F86CBD8EDC51831EEEF890D568FBD86E7272A682EC6E505478DB8 | sha512: 2CC43D2320EE1124D54AF91C29973298163586F11B6CD6DE57D34A3F73C84C9290FC2808DEB8C3FD39E8495550CB1D50F398F021B481C66E1A760E9ED9BD32E7
kino.dll
md5: 6785E3250FE598A8DFA322F0AEA8A684 | sha1: 8958488D1428939744D3CD683E52A7404C0912FA | sha256: 492F1CBF21A0BCE8E7B0C521E84E83CA0DA2665519F9D80B29978AFAD1852F9F | sha512: 21148FAC487C0080C240301AE78FF377F821A1D14BD5DF2BCC45D3AE0D38A729653FF92DF44F9823E27A10C1E26F41E77893C12EA41BCD0C92662B126F848245
kino.Rendezvous.exe
md5: 0C26ECE99E090E0CFC193D994D3380E7 | sha1: 1597866A4A0BE454E4307943822DB1C971B2E56E | sha256: 852B5C9854CBC36B762E0D290EB69DA84F839D9C8B5BC5A5ED7D2EA7AB93F19A | sha512: 5D1929BCE319542F3D7AC678A89E38C0BBC9E5418A3E895D2B995704F83365CB8814D49DE62D6701EA7E4B276E0C8AD55689E190BF166AB23B99A02948005780
kino.Rendezvous.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
    </configSections>
    <appSettings>
        <add key="JsonConfig.EnvironmentSequence" value="DEV" />
    </appSettings>
    <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <include file="${basedir}/config/NLog.config" />
    </nlog>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="AsyncIO" publicKeyToken="44a94435bd6f33f8" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-0.1.18.0" newVersion="0.1.18.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
</configuration>
NetMQ.dll
md5: 82FDE1E67ABC974E83248881B91608B2 | sha1: 070DCB1328C155284569E91A806045325D2578B9 | sha256: 7FB81B853A0468B5EB3748A82406F189D82B6885A859EEB5B1135AA782754D4C | sha512: 5E462E52936D2BBEF1D5AC24736DA60D669AAB1D18DD8F2284A852994C1AA25D365DF4339B3991D09A4C586F9711E248D1506C225B1C8565B618E6766A53C56C
Newtonsoft.Json.dll
md5: C3C04754418382F505CAFC18D64427F5 | sha1: CAC5E36DC498D6BB16170020BE021FF5BD18A9E2 | sha256: DF8EC2E0245829DDEC5B79F1918C3AE3A3FA540A5A0E3C410E2B6EF0BEBC7927 | sha512: BDA5EFD0F69A9C7198841E5D31744FA2BEBB05CEDB1E2846A0D2DBCE6C3193DA69C181BE1116F38CD5F3D61B441567B1DA2C844522184323E3D429294AA91AB5
NLog.dll
md5: 27C2B96DFBEBBA578638588D2C95705F | sha1: 6223920526982DA59A93CCB2D733E9BDBB1AFBAF | sha256: A74414EE5A23D73D879C216D9CFD96A9A8AD048773FE689D8A8B3022C9869CDF | sha512: AA90EF4FEF936A43C3413C90427668B7956742BB88EB2693D8DC23654952997771E702F5C0B8FFA04E8F0EF8E16809D8BB3AC1F007BC9989B039E78A1D2A6358
protobuf-net.dll
md5: 44A3F3EA8FA4F35F080F9912A9CA6D6D | sha1: CB7A690758DA3791A0A33443513B3217A10043AB | sha256: 2EB0871BCFF0B41CD0E318AFE603E0AA9CCEE1D7BD39AD691EEADE879921CB52 | sha512: 1A9E43644C720433DFACF8152CE89A627B23B0AC9209467F06076383A1E3D30D533FB187351495B622F184A33372C198F24B0D45BF36D908539984A1F533B8CD
System.Reactive.Core.dll
md5: F20967BEAE947A5D54156B5CB40D0C04 | sha1: C5EA57F70835E22CBAF08AC5262716DE3DE16F2B | sha256: AC464EA84539C60CBDB498DD787F6FB90B2F11067A5ACC9E1ED4F8F62CB7BC7A | sha512: 7F1FD97AC58BFE5194E348A141595BB261870BED0CDAB0E491AEC40DA7A930D2D821457AA2E44C80DA276BBCE98DD3A08E344DE3539037367977815055A79435
System.Reactive.Interfaces.dll
md5: 0A471405A43ACE8273B6E266F819901F | sha1: BB7C4D3930358FA574136248CC1DA6C9BCF5F192 | sha256: C86B4625D3A35B6F600D8F0D129B82EB73928E5D4F9DF1A028E527AAC86EE4E4 | sha512: 27DA5C7D98CAC39525B845F40F128CBBDEC6A693C1F20BE689A1BC2EC0A2FA33A1A82605DAD06E410371CF069304663BD6BF1C4A5864D99921E0584243B33997
System.Reactive.Linq.dll
md5: 317DCE13B2316ABEE548A2B013F26471 | sha1: 3123573B2291A0F01BADB10B149F741BCB9EB0F7 | sha256: 21FAD2983B4B2F95049E975C9F26A77BFE9281D8ED18E380C9017FC82137A1D9 | sha512: 3444F813632F5F397B5C27E0314479A404B7ADE058A5E6C540331FA4FD5FA798BA7352B1BF58D6F977E5E61912ED9620A1EC1350901D0B00FAD2ACE3EAEB6163
TypedConfigProvider.dll
md5: 3CBC833E3717A2FAB3F647A22C3A2F7E | sha1: 888DFF5D39D1FFFB08BF40B57EA7724C558D3EAC | sha256: FF4001ADE25D059E3C7F0FE24930E65ADC4C1D1C9273CF51D2B51E80314F6B76 | sha512: 43C008763F13652747B88EE25A34C4F70F045CDBCB2701886D0B7EE21DA829CA058E8BA38FF2BDE7B9B8EA269620A599EC78BBBBB926B8C60CBFFD4A669C22EC
WindowsServiceHost.dll
md5: 650AEC2762FB3E185E00796168ED9E0B | sha1: F7516BF9DAA33D9BC795EEFE39F400DAADC260DF | sha256: B4D7B092236692EEF84C48CDE8D77D958C68CA6C26641A6DB55C1B6F9FE7EB5C | sha512: E920E4ACE65A458F910492611D5D157068DFCBB7C393D9F8C72B2CD9F8F5A12D6C3C4D91EF2E6FFD6763C2B67F611F27D35C372647DD2BC5AAB7A6A149C57C75

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
kino.Rendezvous 0.0.1.25-alpha 441 Saturday, December 17, 2016 Exempted
kino.Rendezvous 0.0.1.24-alpha 328 Friday, December 16, 2016 Exempted
kino.Rendezvous 0.0.1.23-alpha 323 Monday, November 14, 2016 Exempted
kino.Rendezvous 0.0.1.21-alpha 363 Saturday, November 12, 2016 Exempted
kino.Rendezvous 0.0.1.20-alpha 396 Tuesday, September 6, 2016 Exempted
kino.Rendezvous 0.0.1.18-beta 356 Sunday, June 5, 2016 Exempted

This package has no dependencies.

Discussion for the kino.Rendezvous Package

Ground Rules:

  • This discussion is only about kino.Rendezvous and the kino.Rendezvous 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 kino.Rendezvous, 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