A source port of Blake Stone
DAB/DAB+ receiver for Linux (including ETI-NI playback)
DAB/DAB+ software for RTL-SDR dongles and the Psion Wavefinder including ETI stream recording
Diablo devolved - magic behind the 1996 computer game
Diablo build for modern operating systems
DIAG parser and to GSMTAP converter
etisnoop is a ETI file analyser
A DAB+ encoder based on the Fraunhofer FDK AAC code from Android. To be used in combination with ODR-DabMux. Experimental MOT DLS/Slideshow.
Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
The usemode driver and associated tools for airspy
issue openednetbox-community/netbox
VLAN Group scope_type virtualization received invalid content type via API POST
NetBox version
v2.11.3
Python version
3.8
Steps to Reproduce
- Attempt to POST to
/api/ipam/vlan-groupswithscope_typeset tovirtualization.clusterorvirtualization.clustergroup
It appears the API serializer doesn't follow what the model has specified.
https://github.com/netbox-community/netbox/blob/develop/netbox/ipam/api/serializers.py#L117
I believe this should be pretty simple to resolve by either not overriding the search for it in the serializer and letting DRF take control or making the following change.
from ipam.constants import IPADDRESS_ASSIGNMENT_MODELS, VLANGROUP_SCOPE_TYPES
scope_type = ContentTypeField(
queryset=ContentType.objects.filter(
model__in=VLANGROUP_SCOPE_TYPES
),
required=False
)
Expected Behavior
A new VLAN Group scoped to a virtualization endpoint.
Observed Behavior
{
"scope_type": [
"Invalid content type: virtualization.cluster"
]
}
Works via UI and pulling from API.
{
"id": 1,
"url": "http://myohman.local:9000/api/ipam/vlan-groups/1/",
"display": "Test Vlan Group",
"name": "Test Vlan Group",
"slug": "test-vlan-group",
"scope_type": "virtualization.clustergroup",
"scope_id": 1,
"scope": {
"id": 1,
"url": "http://myohman.local:9000/api/virtualization/cluster-groups/1/",
"display": "Test Cluster Group",
"name": "Test Cluster Group",
"slug": "test-cluster-group"
},
"description": "",
"custom_fields": {},
"created": "2021-05-08",
"last_updated": "2021-05-08T19:00:15.716607Z",
"vlan_count": 1
}
created time in 33 minutes
issue commentsrsran/srsRAN
srsenb can not decode S1AP PAGING
@frankist I think I am seeing a similar issue with the S1SetupResponse even using the pr_asn1_fix branch :/
---cut-- 00:50:14.509585 [S1AP] [I] Received S1AP PDU 0000: 20 11 00 24 00 00 03 00 3d 40 09 80 07 6d 6d 65 0010: 5f 73 76 63 00 69 00 0b 00 00 00 f1 10 00 00 0b 00:50:14.509619 [ASN1] [E] Extension of PrintableString not supported 00:50:14.509628 [PHY0] [D] [ 2792] Setting TTI=2794, tx_mutex=2, tx_time=4:0.298741 to worker 0 00:50:14.509632 [ASN1] [E] [/home/mike/srs_fix/srsRAN/lib/src/asn1/s1ap_asn1.cc][40908] Decoding failure. 00:50:14.509636 [ASN1] [E] This method only supports unpacking up to 32 bits 00:50:14.509642 [ASN1] [E] [/home/mike/srs_fix/srsRAN/lib/src/asn1/s1ap_asn1.cc][336] Decoding failure. 00:50:14.509661 [PHY0] [D] [ 2794] Worker 0 running 00:50:14.509669 [ASN1] [E] [/home/mike/srs_fix/srsRAN/lib/src/asn1/s1ap_asn1.cc][51713] Decoding failure. 00:50:14.509675 [ASN1] [E] [/home/mike/srs_fix/srsRAN/lib/src/asn1/s1ap_asn1.cc][51810] Decoding failure. 00:50:14.509678 [ASN1] [E] [/home/mike/srs_fix/srsRAN/lib/src/asn1/s1ap_asn1.cc][57374] Decoding failure. 00:50:14.509683 [ASN1] [E] This method only supports unpacking up to 32 bits 00:50:14.509688 [ASN1] [E] [/home/mike/srs_fix/srsRAN/lib/src/asn1/s1ap_asn1.cc][58539] Decoding failure. 00:50:14.509703 [ASN1] [E] [/home/mike/srs_fix/srsRAN/lib/src/asn1/s1ap_asn1.cc][58732] Decoding failure. 00:50:14.509706 [S1AP] [E] Failed to unpack received PDU ---cut---
Thoughts? (sorry, I'm new to github)
comment created time in an hour
push eventAlexandreRouma/SDRPlusPlus
commit sha 0b276bed1d410b6fe8108d2b2632e114048e6ad0
Fixed weird audio glitch on some AM station
push time in an hour
pull request commentopengaming/osgameclones
<!-- 0 failure: 0 warning: 1 messages 1 markdown notices DangerID: danger-id-Danger; -->
<table> <thead> <tr> <th width="50"></th> <th width="100%" data-danger-table="true">Messages</th> </tr> </thead> <tbody><tr> <td>:book:</td> <td>Game(s) updated: Babaliba 👏</td> </tr> </tbody> </table>
Hey there! Thanks for contributing a PR to osgameclones! 🎉 <p align="right"> Generated by :no_entry_sign: <a href="https://danger.systems/js">dangerJS</a> against cb82fd239cb5a5494827e40aa6a170b8d9e8eda2 </p>
comment created time in an hour
issue commentevilsocket/opensnitch
Browser based translation/localization
~$ echo $LANG
hu_HU.UTF-8
comment created time in 2 hours
issue commentptrkrysik/gr-gsm
Gr-gsm Livemon not working properly
lost at least 452 bytes lost at least 292 bytes
Your computer is not able to process the incoming data (samples) fast enough. You'll need a better/faster computer. Are you running this in a Virtual Machine?
Allocating 15 zero-copy buffers rtlsdr_demod_write_reg failed with -9
Have you tried a different USB port? Do you use USB hub? My comp. fast enough for this VM. I have 12 threads 32 Gb Ram fast comp. I use Virtual box 4 threads and 4gb RAM
comment created time in 4 hours
issue commentAlexandreRouma/SDRPlusPlus
your latest windows nightly build download yesterday after install its stuck with loading "audiosink.dll" and "recorder.dll" When copy these audiosink.dll" and "recorder.dll from the older release 0.2.5Beta februari, than nightly build download from yesterday, is startup without error
comment created time in 4 hours
pull request commentmerbanan/rtl_433
I prefer rtl_sdr 8-bit output. rtl_433 -S unknown should record unknown signals for you automatically.
To get that right. rtf_433 with the Roja Flex decoder plugin is perfectly able to decode each bit. But I am not able to decode the same signal with another board which would be used in forte for TX too.
I did attache a capture and a picture. Thanks in advanced.
comment created time in 6 hours
pull request commentmerbanan/rtl_433
I prefer rtl_sdr 8-bit output. rtl_433 -S unknown should record unknown signals for you automatically.
comment created time in 6 hours
pull request commentmerbanan/rtl_433
Thanks for the support. I will try to learn more about it. At the moment this is like a foreign language for me. Could that be easy answered from your side with an UHR capture in complex16s? :-P
comment created time in 6 hours
pull request commentmerbanan/rtl_433
With MSK the data rate is tied to the deviation for narrow bandwidth, so these parameters look good. https://en.wikipedia.org/wiki/Minimum-shift_keying
Perhaps record your CC1101 signal the same way you record the original, then compare the spectrum (https://triq.org/pdv/) and actual bits decoded with -w file.ook and also pdv.
comment created time in 6 hours
issue commentSysinternals/ProcMon-for-Linux
Nothing displayed on Linux - Ubuntu 18.04
No, in 1.0.1 version the issue is fixed, I confirm! Thank you very much...
comment created time in 6 hours
pull request commentmerbanan/rtl_433
@Hofyyy well if you are trying to replicate the signal then just record a sample with the signal grabber (-S) then run it through the analyzer (-A). Then compare the output with your replicated signal. When they look the same you are done. The GFSK vs 2FSK parameter can be found by looking at the signal spectra of a recorded signal. If the frequency instantly goes from the low to the high frequency it is a 2FSK signal, if it smoothly transitions it is GFSK. My bet is on GFSK.
comment created time in 6 hours
pull request commentmerbanan/rtl_433
Not automatically but you can use the analyzer output values as a starting point for the CC1101 chip configuration. I hope the questions are not to stupid, but my knowledge starts when I receive the hex values.
- I wrote the decoder, so I know the frequency, the sync word (0xD391D391), Deviation 20KHz (433,90 -> 433,94),
I do not know the modulation (2FSK, GFSK, MSK) I am not sure in case of bandwidth and Datarate (Assume, 110KHz and 10 KHZ)
comment created time in 6 hours
pull request commentmerbanan/rtl_433
Not automatically but you can use the analyzer output values as a starting point for the CC1101 chip configuration.
comment created time in 6 hours
issue openedf4exb/sdrangel
The trace offset (11) in the Scope doesn't appear to work as I'd expect when the scope is not running. I'd expect to be able to use it to scroll through the waveform. The horizonal axis labels seems to work, but not the waveform.
For example, here's an initial captured waveform with offset of 0, where I'm just viewing first 50ms of 500ms.
If I increase the offset by 25ms, I'd expect the waveform to move to the left 25ms, so I can see 25ms-75ms. However, it seems the first 25ms of the waveform is zeroed, with the second half remaining as 25ms-50ms. The horizontal axis labels do show 25ms-75ms though.
created time in 6 hours
pull request commentmerbanan/rtl_433
Hello, because of the reason that you have knowledge in the 433 area. Maybe you have a hint for us in the following topic. https://github.com/RFD-FHEM/RFFHEM/issues/955. With the help of your tool and the new plugin I try to do the same for the FHEM server in receive and transmit direction. But until now I was not able to receive a message from the remote. Do you know the 1011 chip? Is it easy to transfer information from a rtl422 analyse into settings for the ti1011 chip?
comment created time in 6 hours
push eventnetbox-community/netbox
commit sha b9a413d19e6e5bfb9556e1bcc1db6542314c9eb2
#2434: Fix redirection logic in generic form validation method
push time in 7 hours
Pull request review commentnetbox-community/netbox
Closes #2434: Show 'Create & Assign IP Address' Button when Creating …
class InterfaceCreateView(generic.ComponentCreateView): model_form = forms.InterfaceForm template_name = 'dcim/device_component_add.html' + def post(self, request):
2d2719c should resolve this.
comment created time in 7 hours
push eventnetbox-community/netbox
commit sha 07f39b31da1994e4bad6dc2ec967c5a192842c0c
Expose Django SESSION_COOKIE_NAME setting There are situations in which it is convenient to be able to modify the name of the cookie that the application uses for storing the session token (conflicts with other cookies on the same domain, for example).
commit sha 1abaa5e60c2ecc15ae57db978d389023c136bdf7
Merge pull request #6292 from netbox-community/develop Release v2.11.2
commit sha 8fc49f37a714161fabcacadabba4555018817b03
Merge pull request #6307 from mpalmer/patch-1 Expose Django SESSION_COOKIE_NAME setting
commit sha 75fdff4d410e7e26276b79d12df358b38d4c1bad
Changelog & docs for #6197
commit sha bb988701fe8262305eb008b5f954a7021d8e4db3
Fixes #6308: Fix linking of available VLANs in VLAN group view
commit sha cc57d1edf77a0c10cabc3ae9b891f8923ad396a5
Fixes #6309: Restrict parent VM interface assignment to the parent VM
commit sha 763b02975cf70e1ad1729e9667d963ea64c3d92f
Reference the demo instance in the README
commit sha 0de50e0afefcb96337882116007a70d7d0e3eed4
Split Filter and FilterSet classes
commit sha c4e88fd11a7fe73a50e234e0a83a719cbd1cca8b
Consolidate FilterSet classes
commit sha d35ac1347cebd46740188f1b294ac50499f3c1ea
Move TagFilter to extras
commit sha 1024782b9e0abb48f6da65f8248741227d53dbed
Rename FilterSet modules
commit sha 3ef6284a0d1f9245c502592d1b762240a03bd32d
Move base FilterSet classes under netbox core
commit sha b93570eeb07a3390f4f6dd32f845cc3c3fb533f2
Merge pull request #6315 from netbox-community/6314-filterset-cleanup Closes #6314: FilterSet cleanup
commit sha 2a5b497d8abe5515d911fcca2dc7189715152ed7
Fixes #6313: Fix device type instance count under manufacturer view
commit sha fd9d9d9d35a44ced0b857c661e8a6bab460fe72e
Closes #6318: Add OM5 MMF cable type
commit sha c59c4290f9d0fc03eea735a895aac573ed3de3c2
Closes #6321: Re-add missing 'Add an IP Address' button in prefix view
commit sha aee09d911982f86b38efa21cb62ff5ebc737b22e
general style improvements
commit sha 58e1a1f1d8f88db5cf17bdf0b98adda929eae69a
fix api select pagination
commit sha f1cdd72575c937efe5f559bed1948b5f3767bdda
move 'Add an IP Address' button to ip_addresses template
commit sha 9ad8065f75c9adf20cf89b5c6da90ff982f3f9dd
Integrate changes from #6322 (to fix #6321) into feature
push time in 7 hours
issue commentmerbanan/rtl_433
Looks like we release tomorrow.
comment created time in 8 hours
issue openedghostop14/sparrow-wifi
I have an rpi that will run and serve on port 8020. i check with netstat and its up. i try to connect from my ubuntu GUI and connect. i select wlan1 and scan. upon scanning, the bottom left says "error connecting". Everything seems to run seamlessly besides this.
created time in 8 hours
issue commentmerbanan/rtl_433
You can also use th built-in file write: rtl_433 -F json:some/path/out.json
comment created time in 9 hours
push eventmerbanan/rtl_433
commit sha 2f96ba8b008d9a5679d570668fe1b43c4829934e
Add Release build workflow
push time in 9 hours
push eventmerbanan/rtl_433
commit sha acc891b28fa3a78c74dc35aef37f13de48805115
minor: fix msvc const** warning
commit sha 04a66623d21094b755261a4f5981b01df960688f
minor: fix float literals
commit sha eda798a9f31e3f4a40d99249c05ff632e127f705
Add Release build workflow
push time in 9 hours
issue commentnetbox-community/pynetbox
Support accessing Netbox through a Layer 7 proxy
That's fair, it is a tough problem to work around, but I appreciate the sentiment and effort to upstream your changes. If this was a more common problem or didn't touch parts of the code that's given us a bunch of problems in the past, we probably could've accepted them, but with both of those factors working against it; I feel like holding off, for now, would probably be best.
comment created time in 9 hours
issue closednetbox-community/pynetbox
Exlude or negate filter on api
The API supports a negation of the filtering for example with &tenant!=tenant1. It would be great if this was possible with pynetbox too.
closed time in 9 hours
leahoswald
