probonopd
b59af14514
Remove compiler warnings
...
net/ftpworker.cpp: In member function 'bool CFTPWorker::_ZN10CFTPWorker4PortEPKc.part.0(const char*)':
net/ftpworker.cpp:466:9: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 512 equals destination size [-Wstringop-truncation]
466 | strncpy(Buffer, pArgs, sizeof(Buffer));
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
net/ftpworker.cpp: In member function 'const TDirectoryListEntry* CFTPWorker::BuildDirectoryList(size_t&) const':
net/ftpworker.cpp:365:11: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 6 equals destination size [-Wstringop-truncation]
365 | strncpy(VolumeName, VolumeNames[i], sizeof(VolumeName));
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../Synth_Dexed/src/dexed.cpp: In member function 'void Dexed::setName(char*)':
../Synth_Dexed/src/dexed.cpp:1699:10: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 10 bytes from a string of length 155 [-Wstringop-truncation]
1699 | strncpy(name, (char*)&data[DEXED_VOICE_OFFSET + DEXED_NAME], 10);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5 days ago
probonopd
2fbb9d238f
Apply patch to prevent wpa_supplicant.conf from being downloaded
5 days ago
probonopd
a9921e47b2
Add logging over the network to a syslog server
...
This has been tested successfully. FIXME: Don't hardcode IP address, use m_INetworkSyslogServerIPAddress instead
Thanks @rsta
https://github.com/rsta2/circle/tree/master/sample/33-syslog
5 days ago
probonopd
9a6c782e3f
"wpa_supplicant.conf"
6 days ago
probonopd
2b619b0085
/SD/wpa_supplicant.conf
6 days ago
probonopd
decd7375da
Prevent wpa_supplicant.conf from being downloaded
...
To be tested
6 days ago
probonopd
f8a5ee590f
Add NetworkDNSServer (fix typo)
6 days ago
probonopd
99319d4840
m_pmDNSPublisher
6 days ago
probonopd
3d9a339c12
Also publish _ftp._tcp
...
For, e..g., Cyberduck
6 days ago
probonopd
ad5140a1f6
Do not hardcode service name
6 days ago
probonopd
0171b877d1
Default hostname to "MiniDexed"
...
[ci skip]
6 days ago
probonopd
7ca6e29682
Add all network configuration keys
...
[ci skip]
6 days ago
probonopd
41be649a3f
Remove TTL patching
...
https://github.com/rsta2/circle/discussions/427#discussioncomment-11198505
6 days ago
Ömer Şiar Baysal
02b709df31
Backport mdnspublisher from Circle ( #761 )
...
* add initial mdns responder for rtp-midi aka applemidi
* do not reinitialized network
* continue publishing mdns after network connection reestablishes
* remote mdnsresponder and revert to step48
* disable mdns TTL patching for now
* backport mdnspublisher
* re-enable build and fix TTLShort
6 days ago
probonopd
3c35244ddb
NetworkType ( wifi ; ethernet )
...
[ci skip]
6 days ago
probonopd
3ab17cf0d9
Merge branch 'main' into network
6 days ago
Kevin
1d9639789e
Implement Bank Select Buttons and MIDI Buttons ( #737 )
...
* Move button config into uibuttons rather than userinterface.cpp
* Implementation of Bank Select buttons and MIDI buttons.
* Fix MIDI button mapping issue.
6 days ago
probonopd
c2cb172baa
Ship example minidexed.ini files for various devices ( #754 )
6 days ago
probonopd
f033fc4cc0
The MagPi magazine
...
[ci skip]
6 days ago
probonopd
9fcacb24a2
Don't write "IP" to save space for the IP address
6 days ago
probonopd
d331dfa03e
Display IP address in upper line of the display
6 days ago
Ömer Şiar Baysal
024d23a69d
Step47 Network Support without mDNS ( #757 )
...
* add initial mdns responder for rtp-midi aka applemidi
* do not reinitialized network
* continue publishing mdns after network connection reestablishes
* remote mdnsresponder and revert to step48
* disable mdns TTL patching for now
7 days ago
probonopd
a95d6e0c65
Network ( #753 )
...
* add initial mdns responder for rtp-midi aka applemidi
* do not reinitialized network
* continue publishing mdns after network connection reestablishes
---------
Co-authored-by: Ömer Şiar Baysal <osiarbaysal@gmail.com>
1 week ago
Ömer Şiar Baysal
b822a9742f
Rebased network changes ( #751 )
...
* add initial mdns responder for rtp-midi aka applemidi
* do not reinitialized network
* continue publishing mdns after network connection reestablishes
2 weeks ago
probonopd
29b5d05bd4
Put build date into startup message
2 weeks ago
probonopd
3e64e44152
Patch src/userinterface.cpp
2 weeks ago
probonopd
bf3a93b773
Put git hash in startup message
2 weeks ago
probonopd
f7e7556b45
Patch include/circle/net/mdnspublisher.h
2 weeks ago
probonopd
0e484ac6d1
Shorten mDNS interval to 15 seconds
2 weeks ago
probonopd
20a6ec8cd3
ServiceTypeFTP
2 weeks ago
probonopd
a2f8b4c5cf
Try to also publish _ftp._tcp
2 weeks ago
probonopd
2a6d966aa1
Use "MiniDexed" as the mDNS-SD service name
2 weeks ago
probonopd
8d26e20441
circle: git checkout c243194 (master)
2 weeks ago
probonopd
c5e338e1fc
Update submod.sh
2 weeks ago
probonopd
d9e32a117a
circle: git checkout 59484ba (develop)
2 weeks ago
probonopd
3a673dd48c
circle: git checkout c243194
2 weeks ago
probonopd
084dca96f6
Add initial mdns responder for rtp-midi aka applemidi ( #749 )
...
Co-authored-by: Ömer Şiar Baysal <osiarbaysal@gmail.com>
2 weeks ago
probonopd
0b69e35d4d
Update submod.sh
2 weeks ago
probonopd
f5447152d4
Use "WLAN" terminology
2 weeks ago
probonopd
bb1f352fdb
Add WLAN firmware and wpa_supplicant.conf
2 weeks ago
probonopd
3a1f7e5f00
Add Network section to minidexed.ini
...
https://github.com/probonopd/MiniDexed/pull/744#issuecomment-2466114284
2 weeks ago
probonopd
65f7d6bba4
Merge pull request #744 from omersiar/network
...
Add network support
2 weeks ago
Ömer Şiar Baysal
ea8f5f7b7e
clean net directory as well
2 weeks ago
Ömer Şiar Baysal
d6a2c6a320
fix init order
2 weeks ago
Ömer Şiar Baysal
db2534d8a6
try to resolve conflict
2 weeks ago
Ömer Şiar Baysal
dc2a8b4a43
comma conflict
2 weeks ago
Ömer Şiar Baysal
b66058b17f
try to resolve conflicts
2 weeks ago
Ömer Şiar Baysal
df387faa67
clean up
2 weeks ago
Ömer Şiar Baysal
aeeceae12f
some more cleanup
2 weeks ago
Ömer Şiar Baysal
8d5eef90b4
write IP address to LCD
2 weeks ago